Skip to content

Commit d71974b

Browse files
authored
Merge branch 'main' into fix_switch_nsg_association_to_count_condition
2 parents 52f6eec + 8ffcf05 commit d71974b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.5](https://github.com/data-platform-hq/terraform-azurerm-subnet/compare/v1.2.4...v1.2.5) (2023-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* update outputs ([d20a800](https://github.com/data-platform-hq/terraform-azurerm-subnet/commit/d20a80035e48c0305e7dc963fd7c5d2e4dee82d1))
7+
18
## [1.2.4](https://github.com/data-platform-hq/terraform-azurerm-subnet/compare/v1.2.3...v1.2.4) (2023-06-15)
29

310

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[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)