Skip to content

Commit

Permalink
Merge pull request #581 from rust-lang/chore-remove-useless-condition
Browse files Browse the repository at this point in the history
chore: remove useless condition
  • Loading branch information
MarcoIeni authored Sep 26, 2024
2 parents c8b6161 + 691e300 commit 2c6706d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/team-members-access/infra-deploy-playground.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ resource "aws_iam_group_policy" "infra_deploy_playground" {
],
"Condition" : {
"StringEquals" : {
"ec2:osuser" : "shep",
"ec2:ResourceTag/Service" : "playground"
}
}
Expand Down

0 comments on commit 2c6706d

Please sign in to comment.