ansible/test/units/modules/cloud/amazon
John Kerkstra 672acbea68 Adds redshift_cross_region_snapshots module (#35527)
* add redshift_cross_region_snapshots module, unit tests.

* fix errors

* use ec2_argument_spec as the basis for the argument spec. fixed
metadata_version

* follow best practices by naming example tasks.

* code review changes

* fix linting errors

* Update version added
2018-12-03 08:34:53 +00:00
..
fixtures
placebo_recordings
__init__.py
test_aws_api_gateway.py Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
test_aws_direct_connect_connection.py
test_aws_direct_connect_link_aggregation_group.py
test_aws_s3.py
test_cloudformation.py
test_data_pipeline.py
test_ec2_group.py
test_ec2_utils.py
test_ec2_vpc_nat_gateway.py
test_ec2_vpc_vpn.py
test_iam_password_policy.py Fix sanity test failure. 2018-10-22 17:35:47 -07:00
test_kinesis_stream.py Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
test_lambda.py Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
test_lambda_policy.py Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
test_redshift_cross_region_snapshots.py Adds redshift_cross_region_snapshots module (#35527) 2018-12-03 08:34:53 +00:00
test_s3_bucket.py