Skip to content

Commit

Permalink
replace If: with If
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Oct 13, 2024
1 parent fdb9eed commit c48319d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resource-metadata/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Resources:
- ec2:DescribeInstances
Resource: "*"
- !Ref 'AWS::NoValue'
- !If:
- !If
- IsLambdaResourceTypeExcluded
- Version: "2012-10-17"
Statement:
Expand Down Expand Up @@ -400,7 +400,7 @@ Resources:
- ec2:DescribeInstances
Resource: "*"
- !Ref "AWS::NoValue"
- !If:
- !If
- IsLambdaResourceTypeExcluded
- Version: "2012-10-17"
Statement:
Expand Down

0 comments on commit c48319d

Please sign in to comment.