Skip to content

Commit 740df6e

Browse files
authored
Fix YAML syntax of If statement (#56)
Bump version Fix YAML error
1 parent 446d82b commit 740df6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/acm-certificate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Resources:
3131
HostedZoneId: !Ref HostedZoneId
3232
- Fn::If:
3333
- CreateApexConfig
34-
- - DomainName: !Ref DomainName
35-
HostedZoneId: !Ref HostedZoneId
34+
- DomainName: !Ref DomainName
35+
HostedZoneId: !Ref HostedZoneId
3636
- Ref: AWS::NoValue
3737
ValidationMethod: DNS
3838

templates/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Metadata:
1313
Mappings:
1414
Solution:
1515
Constants:
16-
Version: 'v0.7'
16+
Version: 'v0.8'
1717

1818
Rules:
1919
OnlyUsEast1:

0 commit comments

Comments
 (0)