You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -287,10 +287,12 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
287
287
| create\_database\_nat\_gateway\_route | Controls if a nat gateway route should be created to give internet access to the database subnets |`bool`|`false`| no |
288
288
| create\_database\_subnet\_group | Controls if database subnet group should be created (n.b. database\_subnets must also be set) |`bool`|`true`| no |
289
289
| create\_database\_subnet\_route\_table | Controls if separate route table for database should be created |`bool`|`false`| no |
290
+
| create\_egress\_only\_igw | Controls if an Egress Only Internet Gateway is created and its related routes. |`bool`|`true`| no |
290
291
| create\_elasticache\_subnet\_group | Controls if elasticache subnet group should be created |`bool`|`true`| no |
291
292
| create\_elasticache\_subnet\_route\_table | Controls if separate route table for elasticache should be created |`bool`|`false`| no |
292
293
| create\_flow\_log\_cloudwatch\_iam\_role | Whether to create IAM role for VPC Flow Logs |`bool`|`false`| no |
293
294
| create\_flow\_log\_cloudwatch\_log\_group | Whether to create CloudWatch log group for VPC Flow Logs |`bool`|`false`| no |
295
+
| create\_igw | Controls if an Internet Gateway is created for public subnets and the related routes that connect them. |`bool`|`true`| no |
294
296
| create\_redshift\_subnet\_group | Controls if redshift subnet group should be created |`bool`|`true`| no |
295
297
| create\_redshift\_subnet\_route\_table | Controls if separate route table for redshift should be created |`bool`|`false`| no |
296
298
| create\_vpc | Controls if VPC should be created (it affects almost all resources) |`bool`|`true`| no |
0 commit comments