Add default name to LoadBalancer (cloudformation)
This commit is contained in:
parent
82ad66256a
commit
474ebfea40
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class FakeLoadBalancer(BaseModel):
|
|||
|
||||
elbv2_backend = elbv2_backends[region_name]
|
||||
|
||||
name = properties.get('Name')
|
||||
name = properties.get('Name', resource_name)
|
||||
security_groups = properties.get("SecurityGroups")
|
||||
subnet_ids = properties.get('Subnets')
|
||||
scheme = properties.get('Scheme', 'internet-facing')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue