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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
184
184
| azs | A list of availability zones in the region | list |`[]`| no |
185
185
| cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden | string |`"0.0.0.0/0"`| no |
186
186
| create\_database\_internet\_gateway\_route | Controls if an internet gateway route for public database access should be created | string |`"false"`| no |
187
+
| create\_database\_nat\_gateway\_route | Controls if a nat gateway route should be created to give internet access to the database subnets | string |`"false"`| no |
187
188
| create\_database\_subnet\_group | Controls if database subnet group should be created | string |`"true"`| no |
188
189
| create\_database\_subnet\_route\_table | Controls if separate route table for database should be created | string |`"false"`| no |
189
190
| create\_elasticache\_subnet\_group | Controls if elasticache subnet group should be created | string |`"true"`| no |
0 commit comments