Don't check original_association_ids since it is not set, per comment above
This commit is contained in:
parent
e741e5a002
commit
3558263487
1 changed files with 4 additions and 5 deletions
|
@ -369,7 +369,6 @@ def ensure_propagation(vpc_conn, route_table_id, propagating_vgw_ids,
|
|||
# and do not disable any others.
|
||||
changed = False
|
||||
for vgw_id in propagating_vgw_ids:
|
||||
if vgw_id not in original_association_ids:
|
||||
changed = True
|
||||
vpc_conn.enable_vgw_route_propagation(route_table_id,
|
||||
vgw_id,
|
||||
|
|
Loading…
Reference in a new issue