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: docs/UPGRADE-7.0.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ 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
+
- The variable(s) used to create access endpoints has changed from creating a single endpoint to n-number of endpoints
11
12
12
13
## Additional changes
13
14
14
15
### Added
15
16
16
17
- Support for `region` argument to specify the AWS region for the resources created if different from the provider region.
17
-
- Support for creating security group
18
+
- Support for creating a security group used by the cluster
18
19
19
20
### Modified
20
21
@@ -23,7 +24,7 @@ Please consult the `examples` directory for reference example configurations. If
23
24
24
25
### Removed
25
26
26
-
-
27
+
- Support for generating random passwords has been removed.
27
28
28
29
### Variable and output changes
29
30
@@ -64,15 +65,18 @@ Please consult the `examples` directory for reference example configurations. If
64
65
65
66
4. Removed outputs:
66
67
67
-
-
68
+
-`endpoint_access_address` -> see `endpoint_access` output
69
+
-`endpoint_access_port` -> see `endpoint_access` output
70
+
-`endpoint_access_id` -> see `endpoint_access` output
71
+
-`endpoint_access_vpc_endpoint` -> see `endpoint_access` output
68
72
69
73
5. Renamed outputs:
70
74
71
-
-
75
+
- None
72
76
73
77
6. Added outputs:
74
78
75
-
-
79
+
- None
76
80
77
81
## Upgrade Migration
78
82
@@ -121,9 +125,9 @@ module "redshift" {
121
125
122
126
# Endpoint access - only available when using the ra3.x type
0 commit comments