Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KoomeKiriinya authored Jul 19, 2024
1 parent 386196e commit 8be87ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure/networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "azurerm_public_ip" "nat_address" {
}

resource "azurerm_nat_gateway" "nat_gateway" {
name = "${var.nat_prefix}nat-gateway"
name = "${var.nat_prefix}-nat-gateway"
location = var.vnet_location
resource_group_name = var.resource_group_name
sku_name = "Standard"
Expand Down

0 comments on commit 8be87ad

Please sign in to comment.