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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ No modules.
125
125
| <aname="input_data_reader_route53_zone_id"></a> [data\_reader\_route53\_zone\_id](#input\_data\_reader\_route53\_zone\_id)| If specified a data reader route53 record will be created |`string`|`""`| no |
126
126
| <aname="input_data_reader_tags"></a> [data\_reader\_tags](#input\_data\_reader\_tags)| A map of tags to add to data reader resources. |`map(string)`|`{}`| no |
127
127
| <aname="input_db_cluster_parameter_group_name"></a> [db\_cluster\_parameter\_group\_name](#input\_db\_cluster\_parameter\_group\_name)| The name of a DB Cluster parameter group to use |`string`|`"default.aurora5.6"`| no |
128
+
| <aname="input_db_cluster_db_instance_parameter_group_name"></a> [db\_cluster\_db\_instance\_parameter\_group\_name](#input\_db\_cluster\_db\_instance\_parameter\_group\_name)| Instance parameter group to associate with all instances of the DB cluster. The db\_instance\_parameter\_group\_name parameter is only valid in combination with the allow\_major\_version\_upgrade parameter. |`any`|`null`| no |
128
129
| <aname="input_db_parameter_group_name"></a> [db\_parameter\_group\_name](#input\_db\_parameter\_group\_name)| The name of a DB parameter group to use |`string`|`"default.aurora5.6"`| no |
129
130
| <aname="input_delete_timeout"></a> [delete\_timeout](#input\_delete\_timeout)| Timeout used for destroying cluster. This includes any cleanup task during the destroying process. |`string`|`"120m"`| no |
130
131
| <aname="input_deletion_protection"></a> [deletion\_protection](#input\_deletion\_protection)| The database can't be deleted when this value is set to true. |`bool`|`true`| no |
description="Instance parameter group to associate with all instances of the DB cluster. The db_instance_parameter_group_name parameter is only valid in combination with the allow_major_version_upgrade parameter."
44
+
default=null
45
+
}
46
+
42
47
variable"allowed_security_groups" {
43
48
description="A list of Security Group ID's to allow access to."
0 commit comments