Skip to content

Commit

Permalink
small linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Nov 1, 2024
1 parent 6db0678 commit 1296045
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/environments/bootstrap/single-sign-on/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ data "aws_iam_policy_document" "developer_additional" {
statement {
sid = "iamForECSAllow"
effect = "Allow"
actions = [
"iam:PassRole"
]
actions = ["iam:PassRole"]
resources = ["*"]
condition {
test = "StringEquals"
Expand Down

0 comments on commit 1296045

Please sign in to comment.