Skip to content

Commit

Permalink
fix: Description is not allowed in the policy document
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 10, 2023
1 parent df7f2a3 commit 9c72496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ resource "aws_iam_role" "gitlab_pipeline" {
name = "MetaInformationAccess"

policy = jsonencode({
Description = "Policy for meta information access",
Statement = [
{
Effect = "Allow",
Expand Down

0 comments on commit 9c72496

Please sign in to comment.