File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,20 @@ module "network" {
86
86
| db\_ subnet\_ group\_ id | n/a |
87
87
| internet\_ gateway\_ id | ID of Internet Gateway created |
88
88
| nat\_ gateway\_ ids | List of NAT Gateway IDs |
89
+ | private\_ nacl\_ id | n/a |
90
+ | private\_ route\_ table\_ id | n/a |
89
91
| private\_ subnet\_ cidrs | List of private subnet CIDRs |
90
92
| private\_ subnet\_ ids | List of private subnet IDs |
93
+ | public\_ nacl\_ id | n/a |
94
+ | public\_ route\_ table\_ id | n/a |
91
95
| public\_ subnet\_ cidrs | List of public subnet CIDRs |
92
96
| public\_ subnet\_ ids | List of public subnet IDs |
97
+ | secure\_ nacl\_ id | n/a |
98
+ | secure\_ route\_ table\_ id | n/a |
93
99
| secure\_ subnet\_ cidrs | List of secure subnet CIDRs |
94
100
| secure\_ subnet\_ ids | List of secure subnet IDs |
101
+ | transit\_ nacl\_ id | n/a |
102
+ | transit\_ route\_ table\_ id | n/a |
95
103
| vpc\_ id | ID for VPC created |
96
104
97
105
<!-- - END_TF_DOCS --->
You can’t perform that action at this time.
0 commit comments