Skip to content

Commit

Permalink
Upgrade azurerm to 2.30.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveh committed Oct 6, 2020
1 parent cbf9f64 commit adde568
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
terraform {
required_version = ">= 0.12.6"
required_providers {
azurerm = "~> 1.44.0"
}
}

provider azurerm {
version = "~> 2.30.0"
features {}
}

locals {
Expand Down

0 comments on commit adde568

Please sign in to comment.