ansible/changelogs/fragments/ec2_vpc_route_table_replace_route_fix.yaml
Sloane Hertel cc4854fdad ec2_vpc_route_table - allow routes to be created if the CIDR already … (#45178)
* ec2_vpc_route_table - allow routes to be created if the CIDR already exists but its 'Origin' is 'EnableVgwRoutePropagation' (which cannot be replaced). (#43417)

Fixes #43415
(cherry picked from commit a6c97f2243)
2018-09-06 10:22:10 -07:00

4 lines
154 B
YAML

---
bugfixes:
- ec2_vpc_route_table - check the origin before replacing routes.
Routes with the origin 'EnableVgwRoutePropagation' may not be replaced.