We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446d82b commit 740df6eCopy full SHA for 740df6e
templates/acm-certificate.yaml
@@ -31,8 +31,8 @@ Resources:
31
HostedZoneId: !Ref HostedZoneId
32
- Fn::If:
33
- CreateApexConfig
34
- - - DomainName: !Ref DomainName
35
- HostedZoneId: !Ref HostedZoneId
+ - DomainName: !Ref DomainName
+ HostedZoneId: !Ref HostedZoneId
36
- Ref: AWS::NoValue
37
ValidationMethod: DNS
38
templates/main.yaml
@@ -13,7 +13,7 @@ Metadata:
13
Mappings:
14
Solution:
15
Constants:
16
- Version: 'v0.7'
+ Version: 'v0.8'
17
18
Rules:
19
OnlyUsEast1:
0 commit comments