Skip to content

Commit

Permalink
doing a terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankf committed Sep 30, 2024
1 parent 0cf81c5 commit 418401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "azurerm_subnet_network_security_group_association" "this" {
}

resource "azurerm_nat_gateway" "this" {
count = local.natgateway
count = local.natgateway

name = var.natgateway.name
location = var.location
Expand Down

0 comments on commit 418401f

Please sign in to comment.