Skip to content

Commit

Permalink
Bump vpc component version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 26, 2024
1 parent d18aa17 commit f5f52ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CfhighlanderTemplate do
ComponentDistribution "s3://#{source_bucket}/cloudformation/ciinabox/#{ciinabox_name}"
ComponentVersion "#{Ciinabox::VERSION}"

Component template: '[email protected].2', name: 'vpc', config: vpc do
Component template: '[email protected].3', name: 'vpc', config: vpc do
parameter name: 'EnvironmentName', value: "#{ciinabox_name}"
parameter name: 'EnvironmentType', value: 'development'
parameter name: 'DnsDomain', value: "#{root_domain}"
Expand Down

0 comments on commit f5f52ec

Please sign in to comment.