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
| <aname="input_allow_major_version_upgrade"></a> [allow\_major\_version\_upgrade](#input\_allow\_major\_version\_upgrade)| Enable to allow major engine version upgrades when changing engine versions. Defaults to `false`|`bool`|`null`| no |
263
+
| <aname="input_allow_major_version_upgrade"></a> [allow\_major\_version\_upgrade](#input\_allow\_major\_version\_upgrade)| Enable to allow major engine version upgrades when changing engine versions. Defaults to `false`|`bool`|`false`| no |
264
264
| <aname="input_allowed_cidr_blocks"></a> [allowed\_cidr\_blocks](#input\_allowed\_cidr\_blocks)| A list of CIDR blocks which are allowed to access the database |`list(string)`|`[]`| no |
265
265
| <aname="input_allowed_security_groups"></a> [allowed\_security\_groups](#input\_allowed\_security\_groups)| A list of Security Group ID's to allow access to |`list(string)`|`[]`| no |
266
266
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`|`bool`|`null`| no |
@@ -284,7 +284,7 @@ No modules.
284
284
| <aname="input_create_random_password"></a> [create\_random\_password](#input\_create\_random\_password)| Determines whether to create random password for RDS primary cluster |`bool`|`true`| no |
285
285
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Determines whether to create security group for RDS cluster |`bool`|`true`| no |
286
286
| <aname="input_database_name"></a> [database\_name](#input\_database\_name)| Name for an automatically created database on cluster creation |`string`|`null`| no |
287
-
| <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_cluster_`db\_instance\_parameter\_group\_name` is only valid in combination with `allow\_major\_version\_upgrade|`string`|`null`| no |
287
+
| <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_cluster_db_instance_parameter_group_name` is only valid in combination with `allow_major_version_upgrade`|`string`|`null`| no |
288
288
| <aname="input_db_cluster_parameter_group_name"></a> [db\_cluster\_parameter\_group\_name](#input\_db\_cluster\_parameter\_group\_name)| A cluster parameter group to associate with the cluster |`string`|`null`| no |
289
289
| <aname="input_db_parameter_group_name"></a> [db\_parameter\_group\_name](#input\_db\_parameter\_group\_name)| The name of the DB parameter group to associate with instances |`string`|`null`| no |
290
290
| <aname="input_db_subnet_group_name"></a> [db\_subnet\_group\_name](#input\_db\_subnet\_group\_name)| The name of the subnet group name (existing or created) |`string`|`""`| no |
@@ -316,7 +316,7 @@ No modules.
316
316
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The ARN for the KMS encryption key. When specifying `kms_key_id`, `storage_encrypted` needs to be set to `true`|`string`|`null`| no |
317
317
| <aname="input_master_password"></a> [master\_password](#input\_master\_password)| Password for the master DB user. Note - when specifying a value here, 'create\_random\_password' should be set to `false`|`string`|`null`| no |
318
318
| <aname="input_master_username"></a> [master\_username](#input\_master\_username)| Username for the master DB user |`string`|`"root"`| no |
319
-
| <aname="input_monitoring_interval"></a> [monitoring\_interval](#input\_monitoring\_interval)| The interval, in seconds, between points when Enhanced Monitoring metrics are collected for instances. Set to `0` to disble. Default is `0`|`number`|`null`| no |
319
+
| <aname="input_monitoring_interval"></a> [monitoring\_interval](#input\_monitoring\_interval)| The interval, in seconds, between points when Enhanced Monitoring metrics are collected for instances. Set to `0` to disble. Default is `0`|`number`|`0`| no |
320
320
| <aname="input_monitoring_role_arn"></a> [monitoring\_role\_arn](#input\_monitoring\_role\_arn)| IAM role used by RDS to send enhanced monitoring metrics to CloudWatch |`string`|`""`| no |
321
321
| <aname="input_name"></a> [name](#input\_name)| Name used across resources created |`string`|`""`| no |
322
322
| <aname="input_performance_insights_enabled"></a> [performance\_insights\_enabled](#input\_performance\_insights\_enabled)| Specifies whether Performance Insights is enabled or not |`bool`|`null`| no |
description="Instance parameter group to associate with all instances of the DB cluster. The `db_cluster_`db_instance_parameter_group_name` is only valid in combination with `allow_major_version_upgrade`"
208
+
description="Instance parameter group to associate with all instances of the DB cluster. The `db_cluster_db_instance_parameter_group_name` is only valid in combination with `allow_major_version_upgrade`"
description="The interval, in seconds, between points when Enhanced Monitoring metrics are collected for instances. Set to `0` to disble. Default is `0`"
0 commit comments