Skip to content

Commit

Permalink
Fix failing test_WildcardResourceRule.py::test_policy_document_with_c…
Browse files Browse the repository at this point in the history
…ondition_is_ignored (#175)
  • Loading branch information
cogpie committed May 24, 2021
1 parent c0b7495 commit bc809c5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"Action": "*",
"Resource": "*",
"Condition": {
"Fn::Equals" : [
{"Ref" : "EnvironmentType"},
"prod"
]
"StringEquals" : {
"condition:key": "condition-value"
}
}
}
]
Expand Down

0 comments on commit bc809c5

Please sign in to comment.