We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1a540 commit d20a800Copy full SHA for d20a800
outputs.tf
@@ -14,7 +14,7 @@ output "address_prefixes" {
14
}
15
16
output "nsg_association_id" {
17
- value = try(azurerm_subnet_network_security_group_association.this[keys(var.nsg_id)[0]].id, null)
+ value = try(azurerm_subnet_network_security_group_association.this[0].id, null)
18
description = "The ID of the Network Security Group Association"
19
20
0 commit comments