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
|[aws_iam_policy_document.monitoring_rds_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
| <aname="input_allocated_storage"></a> [allocated\_storage](#input\_allocated\_storage)| The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster. (This setting is required to create a Multi-AZ DB cluster) |`number`|`null`| no |
271
269
| <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 |
272
-
| <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 |
273
-
| <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 |
274
270
| <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 |
275
271
| <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. Default `true`|`bool`|`null`| no |
276
272
| <aname="input_autoscaling_enabled"></a> [autoscaling\_enabled](#input\_autoscaling\_enabled)| Determines whether autoscaling of the cluster read replicas is enabled |`bool`|`false`| no |
@@ -293,7 +289,7 @@ No modules.
293
289
| <aname="input_create_cluster"></a> [create\_cluster](#input\_create\_cluster)| Whether cluster should be created (affects nearly all resources) |`bool`|`true`| no |
294
290
| <aname="input_create_db_cluster_parameter_group"></a> [create\_db\_cluster\_parameter\_group](#input\_create\_db\_cluster\_parameter\_group)| Determines whether a cluster parameter should be created or use existing |`bool`|`false`| no |
295
291
| <aname="input_create_db_parameter_group"></a> [create\_db\_parameter\_group](#input\_create\_db\_parameter\_group)| Determines whether a DB parameter should be created or use existing |`bool`|`false`| no |
296
-
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Determines whether to create the database subnet group or use existing |`bool`|`true`| no |
292
+
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Determines whether to create the database subnet group or use existing |`bool`|`false`| no |
297
293
| <aname="input_create_monitoring_role"></a> [create\_monitoring\_role](#input\_create\_monitoring\_role)| Determines whether to create the IAM role for RDS enhanced monitoring |`bool`|`true`| no |
298
294
| <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 |
299
295
| <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 |
@@ -359,8 +355,7 @@ No modules.
359
355
| <aname="input_s3_import"></a> [s3\_import](#input\_s3\_import)| Configuration map used to restore from a Percona Xtrabackup in S3 (only MySQL is supported) |`map(string)`|`{}`| no |
360
356
| <aname="input_scaling_configuration"></a> [scaling\_configuration](#input\_scaling\_configuration)| Map of nested attributes with scaling properties. Only valid when `engine_mode` is set to `serverless`|`map(string)`|`{}`| no |
361
357
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| The description of the security group. If value is set to empty string it will contain cluster name in the description |`string`|`null`| no |
362
-
| <aname="input_security_group_egress_rules"></a> [security\_group\_egress\_rules](#input\_security\_group\_egress\_rules)| A map of security group egress rule definitions to add to the security group created |`map(any)`|`{}`| no |
363
-
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| Additional tags for the security group |`map(string)`|`{}`| no |
358
+
| <aname="input_security_group_rules"></a> [security\_group\_rules](#input\_security\_group\_rules)| Map of security group rules to add to the cluster security group created |`any`|`{}`| no |
364
359
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`name`) is used as a prefix |`bool`|`true`| no |
365
360
| <aname="input_serverlessv2_scaling_configuration"></a> [serverlessv2\_scaling\_configuration](#input\_serverlessv2\_scaling\_configuration)| Map of nested attributes with serverless v2 scaling properties. Only valid when `engine_mode` is set to `provisioned`|`map(string)`|`{}`| no |
366
361
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| Determines whether a final snapshot is created before the cluster is deleted. If true is specified, no snapshot is created |`bool`|`false`| no |
|[aws_iam_policy_document.s3_import](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
80
78
|[aws_iam_policy_document.s3_import_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
0 commit comments