Skip to content

Commit

Permalink
Merge pull request #20 from Samseppiol/master
Browse files Browse the repository at this point in the history
Set default for network prefix
  • Loading branch information
Guslington authored Aug 5, 2019
2 parents 4688e6a + 87c8cb2 commit fe22652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadbalancer.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ComponentParam 'EnvironmentName', 'dev', isGlobal: true
ComponentParam 'EnvironmentType', 'development', isGlobal: true
ComponentParam 'StackOctet', isGlobal: true
ComponentParam 'NetworkPrefix', isGlobal: true
ComponentParam 'NetworkPrefix', '10', isGlobal: true
MappingParam('DnsDomain') do
map 'AccountId'
attribute 'DnsDomain'
Expand Down

0 comments on commit fe22652

Please sign in to comment.