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
+8-9
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@ such as extended backups, user management, and autoscaling.
86
86
| <aname="input_port"></a> [port](#input\_port)| The port on which the DB accepts connections. |`number`|`3306`| no |
87
87
| <aname="input_preferred_backup_window"></a> [preferred\_backup\_window](#input\_preferred\_backup\_window)| The daily time range (in UTC) during which automated backups are created if they are enabled. |`string`|`"00:00-02:30"`| no |
88
88
| <aname="input_preferred_maintenance_window"></a> [preferred\_maintenance\_window](#input\_preferred\_maintenance\_window)| The weekly time range during which system maintenance can occur, in (UTC). |`string`|`"Mon:03:00-Mon:04:30"`| no |
89
-
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| Storage type. |`string`|`"aurora"`| no |
90
89
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to the AWS RDS Cluster Instance. |`map(any)`|`{}`| no |
91
90
| <aname="input_vpc_security_group_ids_rds_cluster"></a> [vpc\_security\_group\_ids\_rds\_cluster](#input\_vpc\_security\_group\_ids\_rds\_cluster)| List of VPC security groups to associate with the RDS Proxy. |`list(string)`|`null`| no |
92
91
| <aname="input_vpc_security_group_ids_rds_proxy"></a> [vpc\_security\_group\_ids\_rds\_proxy](#input\_vpc\_security\_group\_ids\_rds\_proxy)| List of VPC security groups to associate with the RDS Proxy. |`list(string)`|`null`| no |
Copy file name to clipboardexpand all lines: modules/rds_cluster/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@
34
34
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| Determines whether a final DB snapshot is created before the DB cluster is deleted. |`bool`|`false`| no |
35
35
| <aname="input_source_region"></a> [source\_region](#input\_source\_region)| The source region for an encrypted replica DB cluster. |`string`|`null`| no |
36
36
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| Specifies whether the DB cluster is encrypted. |`bool`|`true`| no |
37
-
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| Specifies the storage type to be associated with the DB cluster. |`string`|`null`| no |
38
37
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to the AWS RDS Cluster. |`map(any)`|`{}`| no |
39
38
| <aname="input_vpc_security_group_ids"></a> [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids)| List of VPC security groups to associate with the Cluster |`list(string)`|`null`| no |
| <aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| Specifies whether any database modifications are applied immediately, or during the next maintenance window. |`bool`|`true`| no |
9
9
| <aname="input_auto_minor_version_upgrade"></a> [auto\_minor\_version\_upgrade](#input\_auto\_minor\_version\_upgrade)| Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. |`bool`|`false`| no |
10
-
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance. |`string`|`"rds-ca-2019"`| no |
10
+
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| The identifier of the CA certificate for the DB instance. |`string`|`"rds-ca-rsa2048-g1"`| no |
| <aname="input_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| Copy all Cluster tags to snapshots. |`bool`|`true`| no |
13
13
| <aname="input_db_subnet_group_name"></a> [db\_subnet\_group\_name](#input\_db\_subnet\_group\_name)| A DB subnet group to associate with this DB instance. |`string`| n/a | yes |
@@ -19,7 +19,6 @@
19
19
| <aname="input_performance_insights_enabled"></a> [performance\_insights\_enabled](#input\_performance\_insights\_enabled)| Specifies whether Performance Insights is enabled or not. |`bool`|`true`| no |
20
20
| <aname="input_performance_insights_retention_period"></a> [performance\_insights\_retention\_period](#input\_performance\_insights\_retention\_period)| Amount of time in days to retain Performance Insights data. |`number`|`7`| no |
21
21
| <aname="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible)| Bool to control if instance is publicly accessible. |`bool`|`false`| no |
22
-
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| Storage type. |`string`|`"aurora"`| no |
23
22
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to the AWS Customer Managed Key. |`map(any)`|`{}`| no |
0 commit comments