We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12a118c + e92ab6e commit 55ea446Copy full SHA for 55ea446
aws/roles.tf
@@ -85,8 +85,3 @@ resource "aws_iam_role_policy_attachment" "github_tf_opentofu_policy_attachment"
85
role = aws_iam_role.github_tf.name
86
policy_arn = aws_iam_policy.opentofu_policy.arn
87
}
88
-
89
-resource "aws_iam_role_policy_attachment" "github_tf_administrator_policy_attachment" {
90
- role = aws_iam_role.github_tf.name
91
- policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
92
-}
0 commit comments