Skip to content

Commit

Permalink
fix tfchcecks
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 13, 2024
1 parent 4c66abd commit a63e46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/diff_sub/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ module "ampls_diff_subs" {
label_order = ["name", "environment"]

diff_sub_resource_group_name = data.azurerm_resource_group.other_rg.name
diff_sub_location = module.resource_group.resource_group_location
subnet_id = "****"
diff_sub_location = "Canada Central"
subnet_id = "/subscription/<--------subnet_id-------->"

azurerm_monitor_private_link_scope_id = "**"
diff_sub = true
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.6"
required_version = ">= 1.6.6"
}

terraform {
Expand Down

0 comments on commit a63e46a

Please sign in to comment.