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
@@ -452,7 +452,7 @@ Review the [complete example](examples/complete) to see how to use this module.
452
452
| <aname="input_s3_import"></a> [s3\_import](#input\_s3\_import)| Restore from a Percona Xtrabackup in S3. The `bucket_name` is required to be in the same region as the resource. | <pre>object({<br/> bucket_name = string<br/> bucket_prefix = string<br/> ingestion_role = string<br/> source_engine = string<br/> source_engine_version = string<br/> })</pre> |`null`| no |
453
453
| <aname="input_scaling_configuration"></a> [scaling\_configuration](#input\_scaling\_configuration)| List of nested attributes with scaling properties. Only valid when `engine_mode` is set to `serverless`| <pre>list(object({<br/> auto_pause = bool<br/> max_capacity = number<br/> min_capacity = number<br/> seconds_until_auto_pause = number<br/> timeout_action = string<br/> }))</pre> |`[]`| no |
454
454
| <aname="input_security_groups"></a> [security\_groups](#input\_security\_groups)| List of security groups to be allowed to connect to the DB instance |`list(string)`|`[]`| no |
| <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`|`true`| no |
457
457
| <aname="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier)| Specifies whether or not to create this cluster from a snapshot |`string`|`null`| no |
458
458
| <aname="input_source_region"></a> [source\_region](#input\_source\_region)| Source Region of primary cluster, needed when using encrypted storage and region replicas |`string`|`""`| no |
0 commit comments