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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,7 @@ No modules.
354
354
| <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 |
355
355
| <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 |
356
356
| <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 |
357
+
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| The security group name. Default value is (`var.name`) |`string`|`""`| no |
357
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 |
358
359
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| Additional tags for the security group |`map(string)`|`{}`| no |
359
360
| <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 (`var.name`) is used as a prefix |`bool`|`true`| no |
0 commit comments