Skip to content

Commit 24fe5f8

Browse files
committed
terraform-docs: automated update action
1 parent 332868a commit 24fe5f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,20 @@ module "network" {
8686
| db\_subnet\_group\_id | n/a |
8787
| internet\_gateway\_id | ID of Internet Gateway created |
8888
| nat\_gateway\_ids | List of NAT Gateway IDs |
89+
| private\_nacl\_id | n/a |
90+
| private\_route\_table\_id | n/a |
8991
| private\_subnet\_cidrs | List of private subnet CIDRs |
9092
| private\_subnet\_ids | List of private subnet IDs |
93+
| public\_nacl\_id | n/a |
94+
| public\_route\_table\_id | n/a |
9195
| public\_subnet\_cidrs | List of public subnet CIDRs |
9296
| public\_subnet\_ids | List of public subnet IDs |
97+
| secure\_nacl\_id | n/a |
98+
| secure\_route\_table\_id | n/a |
9399
| secure\_subnet\_cidrs | List of secure subnet CIDRs |
94100
| secure\_subnet\_ids | List of secure subnet IDs |
101+
| transit\_nacl\_id | n/a |
102+
| transit\_route\_table\_id | n/a |
95103
| vpc\_id | ID for VPC created |
96104

97105
<!--- END_TF_DOCS --->

0 commit comments

Comments
 (0)