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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,9 @@ Terraform version 0.10.3 or newer is required for this module to work.
186
186
| create\_database\_internet\_gateway\_route | Controls if an internet gateway route for public database access should be created | string |`false`| no |
187
187
| create\_database\_subnet\_group | Controls if database subnet group should be created | string |`true`| no |
188
188
| create\_database\_subnet\_route\_table | Controls if separate route table for database should be created | string |`false`| no |
189
+
| create\_elasticache\_subnet\_group | Controls if elasticache subnet group should be created | string |`true`| no |
189
190
| create\_elasticache\_subnet\_route\_table | Controls if separate route table for elasticache should be created | string |`false`| no |
191
+
| create\_redshift\_subnet\_group | Controls if redshift subnet group should be created | string |`true`| no |
190
192
| create\_redshift\_subnet\_route\_table | Controls if separate route table for redshift should be created | string |`false`| no |
191
193
| create\_vpc | Controls if VPC should be created (it affects almost all resources) | string |`true`| no |
192
194
| database\_route\_table\_tags | Additional tags for the database route tables | map |`{}`| no |
@@ -255,7 +257,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
255
257
256
258
| Name | Description |
257
259
|------|-------------|
258
-
| azs | A list of availability zones spefified as argument to this module |
260
+
| azs | A list of availability zones specified as argument to this module |
259
261
| database\_route\_table\_ids | List of IDs of database route tables |
260
262
| database\_subnet\_group | ID of database subnet group |
261
263
| database\_subnets | List of IDs of database subnets |
0 commit comments