Skip to content

Commit

Permalink
need id on the tail
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent 43a2463 commit 86eee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big-ip/terraform/infrastructure/azureBigipInstances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ resource "azurerm_network_interface" "nic-external" {
subnet_id = data.azurerm_subnet.existing-subnet-external.id
private_ip_address_allocation = "Dynamic"
primary = false
public_ip_address_id = azurerm_public_ip.public-ip-address-apm[count.index]
public_ip_address_id = azurerm_public_ip.public-ip-address-apm[count.index].id
}
ip_configuration {
name = "if-config-external-05"
Expand Down

0 comments on commit 86eee3c

Please sign in to comment.