File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.2.4] ( https://github.com/data-platform-hq/terraform-azurerm-subnet/compare/v1.2.3...v1.2.4 ) (2023-06-15)
2
9
3
10
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ output "address_prefixes" {
14
14
}
15
15
16
16
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 )
18
18
description = " The ID of the Network Security Group Association"
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments