Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Oct 15, 2024
1 parent 827f89e commit 4b48195
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/resource-metadata/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@ Resources:
AWS_MAX_ATTEMPTS: 10
IS_EC2_RESOURCE_TYPE_EXCLUDED: !If
- IsEC2ResourceTypeExcluded
- 'true'
- 'false'
- 'True'
- 'False'
IS_LAMBDA_RESOURCE_TYPE_EXCLUDED: !If
- IsLambdaResourceTypeExcluded
- 'true'
- 'false'
- 'True'
- 'False'
Events:
ScheduledEvent:
Type: Schedule
Expand Down Expand Up @@ -380,12 +380,12 @@ Resources:
- Ref: ApiKey
IS_EC2_RESOURCE_TYPE_EXCLUDED: !If
- IsEC2ResourceTypeExcluded
- 'true'
- 'false'
- 'True'
- 'False'
IS_LAMBDA_RESOURCE_TYPE_EXCLUDED: !If
- IsLambdaResourceTypeExcluded
- 'true'
- 'false'
- 'True'
- 'False'
Events:
ScheduledEvent:
Type: Schedule
Expand Down

0 comments on commit 4b48195

Please sign in to comment.