Skip to content

Commit

Permalink
feat: export dns-domain-zone-id
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi committed Mar 19, 2024
1 parent 309a3a6 commit 3e82f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-v2.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

end

Component template: 'route53-zone@1.4.2', name: 'dnszone', render: Inline do
Component template: 'github:base2services/hl-component-route53-zone#feature/export-dns-domain-zone-id.snapshot', name: 'dnszone', render: Inline do
parameter name: 'CreateZone', value: 'true'
parameter name: 'RootDomainName', value: FnSub('${DnsDomain}.')
parameter name: 'DnsDomain', value: Ref(:DnsDomain)
Expand Down

0 comments on commit 3e82f0d

Please sign in to comment.