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_account_id"></a> [account\_id](#input\_account\_id)| Account ID where the resources will be deployed to. This is required if `enable_custom_option_group` is set to `true`. |`string`|`""`| no |
| <aname="input_additional_ingress_rules_aurora"></a> [additional\_ingress\_rules\_aurora](#input\_additional\_ingress\_rules\_aurora)| Additional ingress rules for Aurora | <pre>list(object({<br> name = string<br> description = string<br> type = string<br> from_port = number<br> to_port = number<br> protocol = string<br> cidr_blocks = list(string)<br> }))</pre> |`[]`| no |
109
+
| <aname="input_additional_ingress_rules_rds"></a> [additional\_ingress\_rules\_rds](#input\_additional\_ingress\_rules\_rds)| Additional ingress rules for RDS | <pre>list(object({<br> name = string<br> description = string<br> type = string<br> from_port = number<br> to_port = number<br> protocol = string<br> cidr_blocks = list(string)<br> }))</pre> |`[]`| no |
108
110
| <aname="input_additional_tag_map"></a> [additional\_tag\_map](#input\_additional\_tag\_map)| Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.<br>This is for some rare cases where resources want additional configuration of tags<br>and therefore take a list of maps with tag key, value, and additional configuration. |`map(string)`|`{}`| no |
109
111
| <aname="input_attributes"></a> [attributes](#input\_attributes)| ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,<br>in the order they appear in the list. New attributes are appended to the<br>end of the list. The elements of the list are joined by the `delimiter`<br>and treated as a single ID element. |`list(string)`|`[]`| no |
110
112
| <aname="input_aurora_allow_major_version_upgrade"></a> [aurora\_allow\_major\_version\_upgrade](#input\_aurora\_allow\_major\_version\_upgrade)| Enable to allow major engine version upgrades when changing engine versions. Defaults to false. |`bool`|`false`| no |
111
113
| <aname="input_aurora_allowed_cidr_blocks"></a> [aurora\_allowed\_cidr\_blocks](#input\_aurora\_allowed\_cidr\_blocks)| List of CIDR blocks allowed to access the cluster |`list(string)`|`[]`| no |
112
114
| <aname="input_aurora_auto_minor_version_upgrade"></a> [aurora\_auto\_minor\_version\_upgrade](#input\_aurora\_auto\_minor\_version\_upgrade)| Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window |`bool`|`true`| no |
115
+
| <aname="input_aurora_ca_cert_identifier"></a> [aurora\_ca\_cert\_identifier](#input\_aurora\_ca\_cert\_identifier)| The identifier of the CA certificate for the Aurora DB instance |`string`|`null`| no |
113
116
| <aname="input_aurora_cluster_enabled"></a> [aurora\_cluster\_enabled](#input\_aurora\_cluster\_enabled)| Enable creation of an Aurora Cluster |`bool`|`false`| no |
114
117
| <aname="input_aurora_cluster_family"></a> [aurora\_cluster\_family](#input\_aurora\_cluster\_family)| The family of the DB cluster parameter group |`string`|`"aurora-postgresql14"`| no |
115
118
| <aname="input_aurora_cluster_name"></a> [aurora\_cluster\_name](#input\_aurora\_cluster\_name)| Database name (default is not to create a database) |`string`|`""`| no |
0 commit comments