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 d59736a commit ca9bc7aCopy full SHA for ca9bc7a
CHANGELOG.md
@@ -12,6 +12,10 @@
12
13
### Pending Release
14
15
+### v2.9.0
16
+
17
+- :rocket: Include Root in ACM
18
19
### v2.8.0
20
21
- :rocket: Introduce Principal Limits for ECR
cloudformation/lib/acm.js
@@ -11,6 +11,9 @@ export default {
11
],
ValidationMethod: 'DNS',
DomainValidationOptions: [{
+ DomainName: cf.ref('HostedZoneName'),
+ HostedZoneId: cf.ref('HostedZoneID')
+ },{
DomainName: cf.join(['*.', cf.ref('HostedZoneName')]),
HostedZoneId: cf.ref('HostedZoneID')
}, {
0 commit comments