Skip to content

Commit

Permalink
fix(iam): remove redundant manged polices
Browse files Browse the repository at this point in the history
Signed-off-by: kolvin <15124052+Kolvin@users.noreply.github.com>
  • Loading branch information
kolvin committed Jun 11, 2023
1 parent bc13ac5 commit c9bcc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/dev/global/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs = {
tags = ["*"]
}
]
managed_policies = ["AdministratorAccess", "AmazonS3FullAccess"]
managed_policies = ["AdministratorAccess"]
}
// {
// name_suffix = "s3-readwrite"
Expand Down
2 changes: 1 addition & 1 deletion environments/prod/global/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs = {
tags = ["*"]
}
]
managed_policies = ["AdministratorAccess", "AmazonSQSFullAccess"]
managed_policies = ["AdministratorAccess"]
}
]
}

0 comments on commit c9bcc83

Please sign in to comment.