Correct enable_vgw_route_propagation test_run parameter to dry_run

This commit is contained in:
Bret Martin 2015-08-10 14:30:09 -04:00 committed by Matt Clay
parent 75261e3a1f
commit e741e5a002

View file

@ -373,7 +373,7 @@ def ensure_propagation(vpc_conn, route_table_id, propagating_vgw_ids,
changed = True
vpc_conn.enable_vgw_route_propagation(route_table_id,
vgw_id,
test_run=check_mode)
dry_run=check_mode)
return {'changed': changed}