Files
community.general/lib/ansible/modules/cloud
Will Thames da1c13705d Disassociate EC2 VPC subnets from route tables before deletion (#20114)
* Disassociate subnets from route tables before deletion

If a route table still has subnets associated with it, it will fail
to delete:

```
"msg": "The routeTable 'rtb-abcd1234' has dependencies and cannot be deleted."
```

Avoid this by disassociating subnets before route table deletion

* Fix ec2_vpc_route_table flake8 complaints
2017-02-01 15:36:51 -05:00
..
2017-01-29 07:28:53 +00:00
2017-01-30 15:01:47 -08:00
2017-01-29 07:28:53 +00:00
2017-01-08 17:06:07 +00:00
2017-01-30 15:01:47 -08:00
2017-01-27 17:08:02 -08:00
2017-01-28 00:12:11 -08:00
2017-01-27 17:08:02 -08:00
2017-01-29 07:28:53 +00:00
2017-01-16 14:43:17 -05:00
2017-01-29 07:28:53 +00:00
2016-12-08 11:22:22 -05:00