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-6.0.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,48 @@ If you find a bug, please open an issue with supporting configuration to reprodu
9
9
-`iam-assumable-role` has been renamed to `iam-role`
10
10
-`iam-assumable-role-with-oidc` has been merged into `iam-role`
11
11
-`iam-assumable-role-with-saml` has been merged into `iam-role`
12
-
-`iam-assumable-roles` has been removed; `iam-role` should be used instead. See the [`iam-role` example](https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/examples/iam-role) that shows an example replacement implementation.
13
-
-`iam-assumable-roles-with-saml` has been removed; `iam-role` should be used instead. See the [`iam-role` example](https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/examples/iam-role-saml) that shows an example replacement implementation.
12
+
-`iam-assumable-roles` has been removed; `iam-role` should be used instead
13
+
-`iam-assumable-roles-with-saml` has been removed; `iam-role` should be used instead
14
14
-`iam-github-oidc-provider` has been renamed to `iam-oidc-provider`
15
-
-`iam-github-oidc-role` has been merged into `iam-role`. See the [`iam-oidc-provider` example](https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/examples/iam-oidc-provider)
16
-
-`iam-group-with-assumable-roles-policy` has been removed; the renamed `iam-group` (was `iam-group-with-policies`) should be used instead
17
-
-`iam-eks-role` has been removed; `iam-role-for-service-accounts` should be used instead
15
+
-`iam-github-oidc-role` has been merged into `iam-role`
16
+
-`iam-group-with-policies` has been renamed to `iam-group`
17
+
-`iam-group-with-assumable-roles-policy` has been merged into `iam-group`
18
+
-`iam-eks-role` has been removed; `iam-role-for-service-accounts` or [`eks-pod-identity`](https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity) should be used instead
18
19
-`iam-policy` has been removed; the `aws_iam_policy` resource should be used directly instead
0 commit comments