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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,9 +266,9 @@ No modules.
266
266
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| A map of additional tags to add to the scheduled action IAM role created |`map(string)`|`{}`| no |
267
267
| <aname="input_iam_role_use_name_prefix"></a> [iam\_role\_use\_name\_prefix](#input\_iam\_role\_use\_name\_prefix)| Determines whether scheduled action the IAM role name (`iam_role_name`) is used as a prefix |`string`|`true`| no |
268
268
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN for the KMS encryption key. When specifying `kms_key_arn`, `encrypted` needs to be set to `true`|`string`|`null`| no |
269
-
| <aname="input_logging"></a> [logging](#input\_logging)| Logging configuration for the cluster | <pre>object({<br/> bucket_name = optional(string)<br/> log_destination_type = optional(string)<br/> log_exports = optional(list(string), [])<br/> s3_key_prefix = optional(string)<br/> })</pre> |`null`| no |
269
+
| <aname="input_logging"></a> [logging](#input\_logging)| Logging configuration for the cluster | <pre>object({<br/> bucket_name = optional(string)<br/> log_destination_type = optional(string)<br/> log_exports = optional(list(string))<br/> s3_key_prefix = optional(string)<br/> })</pre> |`null`| no |
270
270
| <aname="input_maintenance_track_name"></a> [maintenance\_track\_name](#input\_maintenance\_track\_name)| The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. Default value is `current`|`string`|`null`| no |
271
-
| <aname="input_manage_master_password"></a> [manage\_master\_password](#input\_manage\_master\_password)| Whether to use AWS SecretsManager to manage the cluster admin credentials. Conflicts with `master_password`. One of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided |`bool`|`false`| no |
271
+
| <aname="input_manage_master_password"></a> [manage\_master\_password](#input\_manage\_master\_password)| Whether to use AWS SecretsManager to manage the cluster admin credentials. Conflicts with `master_password_wo`. One of `master_password_wo` or `manage_master_password` is required unless `snapshot_identifier` is provided |`bool`|`true`| no |
272
272
| <aname="input_manage_master_password_rotation"></a> [manage\_master\_password\_rotation](#input\_manage\_master\_password\_rotation)| Whether to manage the master user password rotation. Setting this value to false after previously having been set to true will disable automatic rotation |`bool`|`false`| no |
273
273
| <aname="input_manual_snapshot_retention_period"></a> [manual\_snapshot\_retention\_period](#input\_manual\_snapshot\_retention\_period)| The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between `-1` and `3653`. Default value is `-1`|`number`|`null`| no |
274
274
| <aname="input_master_password_rotate_immediately"></a> [master\_password\_rotate\_immediately](#input\_master\_password\_rotate\_immediately)| Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window |`bool`|`null`| no |
Copy file name to clipboardExpand all lines: docs/UPGRADE-7.0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Please consult the `examples` directory for reference example configurations. If
8
8
- AWS provider `v6.18` is now minimum supported version
9
9
- The ability for the module to create a random password has been removed in order to ensure passwords are not stored in plain text within the state file. Users must now provide their own password via the `master_password_wo` variable.
10
10
-`master_password` is no longer supported and only the write-only equivalent is supported (`master_password_wo` and `master_password_wo_version`)
11
+
-`manage_master_password` default changed from `false` to `true` to ensure password rotation is managed by default.
11
12
- The variable(s) used to create access endpoints has changed from creating a single endpoint to n-number of endpoints
12
13
13
14
## Additional changes
@@ -21,6 +22,7 @@ Please consult the `examples` directory for reference example configurations. If
21
22
22
23
- Variable definitions now contain detailed `object` types in place of the previously used any type.
23
24
- Default value for `parameter_group_family` changed from `redshift-1.0` to `redshift-2.0`
25
+
-`manage_master_password` default changed from `false` to `true`
description="Whether to use AWS SecretsManager to manage the cluster admin credentials. Conflicts with `master_password`. One of `master_password` or `manage_master_password` is required unless `snapshot_identifier` is provided"
108
+
description="Whether to use AWS SecretsManager to manage the cluster admin credentials. Conflicts with `master_password_wo`. One of `master_password_wo` or `manage_master_password` is required unless `snapshot_identifier` is provided"
0 commit comments