Skip to content

Commit 52f6eec

Browse files
authored
fix: updated outputs
1 parent 361e3ef commit 52f6eec

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)