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
@@ -412,6 +412,7 @@ No modules.
412
412
| <aname="input_preferred_maintenance_window"></a> [preferred\_maintenance\_window](#input\_preferred\_maintenance\_window)| The weekly time range during which system maintenance can occur, in (UTC) |`string`|`"sun:05:00-sun:06:00"`| no |
413
413
| <aname="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible)| Determines whether instances are publicly accessible. Default `false`|`bool`|`null`| no |
414
414
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
415
+
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the Region set in the provider configuration |`string`|`null`| no |
415
416
| <aname="input_replication_source_identifier"></a> [replication\_source\_identifier](#input\_replication\_source\_identifier)| ARN of a source DB cluster or DB instance if this DB cluster is to be created as a Read Replica |`string`|`null`| no |
416
417
| <aname="input_restore_to_point_in_time"></a> [restore\_to\_point\_in\_time](#input\_restore\_to\_point\_in\_time)| Map of nested attributes for cloning Aurora cluster |`map(string)`|`{}`| no |
417
418
| <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 |
Copy file name to clipboardExpand all lines: modules/dsql/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
@@ -66,6 +66,7 @@ No modules.
66
66
| <aname="input_create_cluster_peering"></a> [create\_cluster\_peering](#input\_create\_cluster\_peering)| Whether to create cluster peering |`bool`|`false`| no |
67
67
| <aname="input_deletion_protection_enabled"></a> [deletion\_protection\_enabled](#input\_deletion\_protection\_enabled)| Whether deletion protection is enabled in this cluster |`bool`|`null`| no |
68
68
| <aname="input_kms_encryption_key"></a> [kms\_encryption\_key](#input\_kms\_encryption\_key)| The ARN of the AWS KMS key that encrypts data in the DSQL Cluster, or `AWS_OWNED_KMS_KEY`|`string`|`null`| no |
69
+
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the Region set in the provider configuration |`string`|`null`| no |
69
70
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to be associated with the AWS DSQL Cluster resource |`map(string)`|`{}`| no |
70
71
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create timeout configuration for the cluster |`any`|`{}`| no |
71
72
| <aname="input_witness_region"></a> [witness\_region](#input\_witness\_region)| Witness region for the multi-region clusters. Setting this makes this cluster a multi-region cluster. Changing it recreates the cluster |`string`|`null`| no |
0 commit comments