Skip to content

Commit

Permalink
update terraform required version (Azure#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooke-hamilton authored Aug 6, 2021
1 parent 0a2bf89 commit 1550de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/terraform/mlz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
terraform {
backend "azurerm" {}

required_version = "= 1.0.4"
required_version = ">= 1.0.3"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down
2 changes: 1 addition & 1 deletion src/terraform/tier3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.
terraform {
backend "azurerm" {}
required_version = "= 1.0.4"
required_version = ">= 1.0.3"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 1550de2

Please sign in to comment.