Skip to content

Commit

Permalink
feat: export dns-domain-zone-id (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrishardi authored Apr 18, 2024
1 parent f7b5e01 commit a5696a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route53-zone.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
Output('DnsDomainZoneId') do
Condition 'CreateZone'
Value(Ref('HostedZone'))
Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-dns-domain-zone-id")
end

end

0 comments on commit a5696a4

Please sign in to comment.