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-10.0.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ If you find a bug, please open an issue with supporting configuration to reprodu
18
18
### Modified
19
19
20
20
- Variable definitions now contain detailed object types in place of the previously used `any` type
21
+
-`copy_tags_to_snapshot` default value is now `true`
22
+
-`db_cluster_parameter_group_parameters` was previously of type `list(map(...))`, now of type `map(object(...))`with `name` being optional and defaulting to the map key if not provided
21
23
22
24
### Removed
23
25
@@ -27,11 +29,50 @@ If you find a bug, please open an issue with supporting configuration to reprodu
27
29
28
30
1. Removed variables:
29
31
30
-
-
32
+
-`auto_minor_version_upgrade` -> still available within the `instances` variable definition
33
+
-`ca_cert_identifier` -> available within the `instances` variable definition
34
+
-`instance_class` -> still available within the `instances` variable definition
35
+
-`monitoring_interval` -> still available within the `instances` variable definition
36
+
-`performance_insights_enabled` -> still available within the `instances` variable definition
37
+
-`performance_insights_kms_key_id` -> still available within the `instances` variable definition
38
+
-`performance_insights_retention_period` -> still available within the `instances` variable definition
39
+
-`iam_role_managed_policy_arns` -> deprecated argument on `aws_iam_role` resource
40
+
-`iam_role_force_detach_policies` -> hardcode to `true`
31
41
32
42
2. Renamed variables:
33
43
34
-
-
44
+
-`endpoints.cluster_endpoint_identifier` was previously `endpoints.identifier`
45
+
-`endpoints.custom_endpoint_type` was previously `endpoints.type`
46
+
-`role_associations` was previously `iam_roles`
47
+
- The variables for DB shard group have been nested under a single, top-level `shard_group` variable:
48
+
-`create_shard_group` removed - set `shard_group` to `null` to disable or provide an object to enable
0 commit comments