Skip to content

Commit

Permalink
Merge pull request #18 from base2Services/feature/export-dns-domain-z…
Browse files Browse the repository at this point in the history
…one-id

feat: export dns-domain-zone-id
  • Loading branch information
tarunmenon95 committed Apr 18, 2024
2 parents 309a3a6 + fa21f77 commit ddf31c7
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: 'route53-zone@1.5.1', 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 ddf31c7

Please sign in to comment.