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: upgrade-guide.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
1
# AWS Platform Features Upgrade Guide
2
2
This guide helps in migration from the old terraform modules to the new one.
3
3
4
-
# Updgrade guide to AWS platform features module from 0.2.2 to 0.3.0
4
+
# Upgrade guide to AWS platform features module from 0.3.0 to 0.4.0
5
+
1. When upgrading terraform version for platform features ensure that you are running on the latest version `0.3.x` and the platform features is upgraded to the newer 0.4.x version.
6
+
2. When the `platform_role_enable_override` is set to `false`, then a iam role wil be created with a unique prefix
7
+
3. The following output variables have been replaced with the new ones;
8
+
-`platform_user_bucket_name` to `platform_bucket_name`
9
+
-`platform_user_bucket_arn` to `platform_bucket_arn`
10
+
-`platform_user_ecr_url` to `platform_ecr_url`
11
+
4. The following outputs have been removed;
12
+
-`platform_iam_role_name`
13
+
14
+
# Upgrade guide to AWS platform features module from 0.2.2 to 0.3.0
5
15
1. When upgrading terraform version for platform features ensure that you are running on version `0.2.x` and the platform features is upgraded to the newer 0.3.x version.
6
16
2. Update the following variables;
7
17
-`feature_secrets_enabled` to `feature_parameter_store_enabled`
description="Enable overriding the name of s3 bucket. This will only be used if feature_blob_storage_enabled is enabled. You need to pass s3_override_name to pass the bucket name"
92
+
description="Enable overriding the name of s3 bucket. This will only be used if feature_blob_storage_enabled is enabled. You need to pass blob_storage_override_name to pass the bucket name"
0 commit comments