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 251ff11 commit d581165Copy full SHA for d581165
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Unreleased
2
3
+## 5.1.0 (13th Feb 2023)
4
+
5
+ENHANCEMENTS
6
7
+* This module now outputs the ID of the created IGW.
8
9
## 5.0.0 (28th Dec 2022)
10
11
ENHANCEMENTS
README.md
@@ -75,6 +75,7 @@ for more details.
75
| `private_subnet_cidrs` | The CIDRs of the private subnets. |
76
| `private_route_table_ids` | The IDs of the private route tables. |
77
| `nat_public_ips` | The EIPs attached to the NAT gateways. |
78
+| `internet_gateway_id` | The ID of the created IGW. |
79
80
### Compatibility
81
0 commit comments