Skip to content

Commit

Permalink
Fixed TF format
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <[email protected]>
  • Loading branch information
PhilipSchmid committed May 17, 2024
1 parent 1dfe751 commit 66e24e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "network" {
version = "5.3.0"

use_for_each = false
depends_on = [azurerm_resource_group.arg]
depends_on = [azurerm_resource_group.arg]

address_space = var.vpc_cidr
resource_group_name = basename(azurerm_resource_group.arg.id)
Expand Down

0 comments on commit 66e24e1

Please sign in to comment.