Files
community.general/lib/ansible/modules/cloud
Will Thames 7ae4027c58 Improve ec2_vpc_subnet check mode (#23108)
check_mode should behave pretty similarly to non-check mode -
just don't actually create or delete subnets or change tags.

Using DryRun for check_mode behaves very differently and results
in the following module failure:

```
"msg": "Unable to update tags for subnet-abcd1234,
error: EC2ResponseError: 412 Precondition Failed
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<Response><Errors><Error><Code>DryRunOperation</Code>
<Message>Request would have succeeded, but DryRun flag
is set.</Message></Error></Errors>
<RequestID>12345678-abcd-1234-abcd-abcd1234abcd</RequestID></Response>"
```
2017-06-30 08:04:48 -04:00
..
2017-04-26 08:21:08 -07:00
2017-06-26 11:06:57 -04:00
2017-04-27 12:01:11 +01:00
2017-04-27 12:01:11 +01:00
2017-06-21 07:45:41 -04:00
2017-03-14 09:07:22 -07:00
2017-06-21 11:19:41 -04:00
2017-03-22 20:50:28 -05:00
2017-05-12 08:42:52 -04:00
2017-03-14 09:07:22 -07:00
2017-06-28 10:47:53 -05:00
2017-03-22 20:50:28 -05:00
2016-12-08 11:22:22 -05:00