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 ca34e41 commit ff77754
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 @@ -27,7 +27,7 @@ resource "azurerm_subnet" "subnets" {

resource "azurerm_public_ip" "nat_address" {
count = 2
name = "${var.nat_prefix}nat-external-address-${count.index}"
name = "${var.ip_prefix}nat-external-address-${count.index}"
location = var.vnet_location
resource_group_name = var.resource_group_name
allocation_method = "Static"
Expand Down

0 comments on commit ff77754

Please sign in to comment.