Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fixes var declaration.
Browse files Browse the repository at this point in the history
Signed-off-by: rreis <rodrigo@zalando.de>
  • Loading branch information
rreis committed Apr 26, 2021
1 parent 168daca commit 3bc3c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sevenseconds/config/vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def configure_routing_table(vpc: object, nat_instance_by_az: dict, replace_defau
if get_tag(rt.tags, 'Name', 'undef-rt-name') == get_tag(subnet.tags, 'Name', 'undef-subnet-name'):
route_table = rt
break
destination = None
if route_via_igw:
for igw in vpc.internet_gateways.all():
destination = {'GatewayId': igw.id}
Expand Down

0 comments on commit 3bc3c77

Please sign in to comment.