Skip to content

Commit

Permalink
Support for additional properties, eg. IdleTimeout of load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzjeziorski committed Jan 26, 2017
1 parent cad98c5 commit c1e5ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions senza/components/elastic_load_balancer_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def component_elastic_load_balancer_v2(definition,
'Scheme': loadbalancer_scheme,
'SecurityGroups': resolve_security_groups(configuration["SecurityGroups"], args.region),
'Subnets': {"Fn::FindInMap": [loadbalancer_subnet_map, {"Ref": "AWS::Region"}, "Subnets"]},
'LoadBalancerAttributes': {},
"Tags": tags
}
}
Expand Down

0 comments on commit c1e5ae0

Please sign in to comment.