Skip to content

Commit

Permalink
Merge pull request #114 from mo-gr/master
Browse files Browse the repository at this point in the history
Fixes #113
  • Loading branch information
tuxlife committed Sep 15, 2015
2 parents e12c0e8 + d1b7f2e commit 2c80243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions senza/components/elastic_load_balancer.py
Expand Up @@ -85,6 +85,8 @@ def component_elastic_load_balancer(definition, configuration, args, info, force
allowed_loadbalancer_schemes = ("internet-facing", "internal")
if "Scheme" in configuration:
loadbalancer_scheme = configuration["Scheme"]
else:
configuration["Scheme"] = loadbalancer_scheme

if loadbalancer_scheme == 'internet-facing':
click.secho('You are deploying an internet-facing ELB that will be publicly accessible! ' +
Expand Down

0 comments on commit 2c80243

Please sign in to comment.