Skip to content

Commit ca9bc7a

Browse files
committed
Update CHANGELOG
1 parent d59736a commit ca9bc7a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
### Pending Release
1414

15+
### v2.9.0
16+
17+
- :rocket: Include Root in ACM
18+
1519
### v2.8.0
1620

1721
- :rocket: Introduce Principal Limits for ECR

cloudformation/lib/acm.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export default {
1111
],
1212
ValidationMethod: 'DNS',
1313
DomainValidationOptions: [{
14+
DomainName: cf.ref('HostedZoneName'),
15+
HostedZoneId: cf.ref('HostedZoneID')
16+
},{
1417
DomainName: cf.join(['*.', cf.ref('HostedZoneName')]),
1518
HostedZoneId: cf.ref('HostedZoneID')
1619
}, {

0 commit comments

Comments
 (0)