Commit Graph

8 Commits (4ff0fd39107cb13f7c46f765eefe186402d1391e)

Author SHA1 Message Date
Shawn Siefkas ec87c517c1 Check mode fixes for ec2_vpc_net module (#2179)
* Check mode fixes for ec2_vpc_net module

Returns VPC object information

Detects state change for VPC, DHCP options, and tags in check mode

* Early exit on VPC creation in check mode
10 years ago
codemeup @ Work 7314cc3867 Fixing error exception handling for python3. Does not need to be compa… (#3840)
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
10 years ago
Toshio Kuratomi cd9a7667aa Don't raise or catch StandardError in amazon modules 10 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 10 years ago
whiter dc71c04827 Added 'resource_tags' alias 11 years ago
whiter ee782d822b Fixed dicts comparison for tags 11 years ago
whiter 786ec1dca1 ec2_vpc_net refactor 11 years ago
Jonathan Davila c6f9e08282 new vpc module. does not contain subnet or route table functionality.
changed name to ec2_vpc_net

refactored out IGW functionality
11 years ago