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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -462,6 +462,7 @@ Available targets:
462
462
| <aname="input_retention_period"></a> [retention\_period](#input\_retention\_period)| Number of days to retain backups for |`number`|`5`| no |
463
463
| <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 |
464
464
| <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 |
465
+
| <aname="input_security_group_name_prefix_enabled"></a> [security\_group\_name\_prefix\_enabled](#input\_security\_group\_name\_prefix\_enabled)| Set to `true` to use `name_prefix` to name of the security group. Set to `false` to use `name` instead |`bool`|`false`| no |
465
466
| <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 |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@
148
148
| <aname="input_retention_period"></a> [retention\_period](#input\_retention\_period)| Number of days to retain backups for |`number`|`5`| no |
149
149
| <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 |
150
150
| <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 |
151
+
| <aname="input_security_group_name_prefix_enabled"></a> [security\_group\_name\_prefix\_enabled](#input\_security\_group\_name\_prefix\_enabled)| Set to `true` to use `name_prefix` to name of the security group. Set to `false` to use `name` instead |`bool`|`false`| no |
151
152
| <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 |
0 commit comments