Skip to content

Commit

Permalink
test: fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored and lonegunmanb committed Jan 10, 2025
1 parent 5744d3a commit 514b759
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/optional-defaults-incorrect/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.97.0, < 4.0.0"
version = "~> 4.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
2 changes: 1 addition & 1 deletion integration/optional-defaults/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.97.0, < 4.0.0"
version = "~> 4.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
2 changes: 1 addition & 1 deletion integration/simplevaluerule-null-value/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.97.0, < 4.0.0"
version = "~> 4.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
2 changes: 1 addition & 1 deletion integration/unknownrule-null-incorrect/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.97.0, < 4.0.0"
version = "~> 4.0"
}
modtm = {
source = "Azure/modtm"
Expand Down
2 changes: 1 addition & 1 deletion integration/unknownrule-null/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.97.0, < 4.0.0"
version = "~> 4.0"
}
modtm = {
source = "Azure/modtm"
Expand Down

0 comments on commit 514b759

Please sign in to comment.