Skip to content

Commit

Permalink
Merge pull request #11 from theonestack/feature/custom-exports
Browse files Browse the repository at this point in the history
Feature/custom exports
  • Loading branch information
tarunmenon95 authored Sep 5, 2024
2 parents ee162c5 + 342bab1 commit dfb2fcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion s3-cloudfront.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
end
end

Component name: cloudfront_component_name, template: 'cloudfront@0.7.1', render: Inline, config: @config do
Component name: cloudfront_component_name, template: 'cloudfront@0.8.3', render: Inline, config: @config do
parameter name: "s3bucketOriginDomainName", value: FnGetAtt('Bucket', 'DomainName')
additional_parameters.each do |parameter_name|
parameter name: parameter_name, value: Ref(parameter_name)
end if defined? additional_parameters
end

end

0 comments on commit dfb2fcc

Please sign in to comment.