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
@@ -184,6 +184,7 @@ No Modules.
184
184
| s3\_import | Configuration map used to restore from a Percona Xtrabackup in S3 (only MySQL is supported) |`map(string)`|`null`| no |
185
185
| scaling\_configuration | Map of nested attributes with scaling properties. Only valid when engine\_mode is set to `serverless`|`map(string)`|`{}`| no |
186
186
| 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`|`"Managed by Terraform"`| no |
187
+
| security\_group\_tags | Additional tags for the security group |`map(string)`|`{}`| no |
187
188
| skip\_final\_snapshot | Should a final snapshot be created on cluster destroy |`bool`|`false`| no |
188
189
| snapshot\_identifier | DB snapshot to create this database from |`string`|`null`| no |
189
190
| source\_region | The source region for an encrypted replica DB cluster |`string`|`""`| no |
0 commit comments