Skip to content

Commit d20a800

Browse files
authored
fix: update outputs
1 parent 8c1a540 commit d20a800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output "address_prefixes" {
1414
}
1515

1616
output "nsg_association_id" {
17-
value = try(azurerm_subnet_network_security_group_association.this[keys(var.nsg_id)[0]].id, null)
17+
value = try(azurerm_subnet_network_security_group_association.this[0].id, null)
1818
description = "The ID of the Network Security Group Association"
1919
}
2020

0 commit comments

Comments
 (0)