ansible/test/integration/targets/rds_instance/tasks/main.yml
Oliver Kastler 0760a7ec08
Fix for shared snapshot parameter (#60250)
* Fix for shared snapshot parameter

Fixing this bug:
`Unknown parameter in input: "IsShared", must be one of: DBInstanceIdentifier, DBSnapshotIdentifier, SnapshotType, Filters, MaxRecords, Marker, IncludeShared, IncludePublic, DbiResourceId`

* Updated documentation for shared snapshots

Tags can't get accessed for shared snapshots

* fixed indentation

* added test for shared snapshot

* fixed isPublic parameter to correct IncludePublic parameter

Co-authored-by: Oliver Kastler <oliver@realestate.co.nz>
2020-02-14 19:05:40 -07:00

29 lines
922 B
YAML

---
- block:
- include: ./credential_tests.yml
tags: credentials
- include: ./test_states.yml
tags: states
- include: ./test_tags.yml
tags: tags
- include: ./test_modification.yml # TODO: test availability_zone and multi_az
tags: modification
- include: ./test_bad_options.yml
tags: bad_options
- include: ./test_processor_features.yml
tags: processor_features
- include: ./test_encryption.yml
tags: encryption
- include: ./test_final_snapshot.yml
tags: final_snapshot
- include: ./test_read_replica.yml
tags: read_replica
- include: ./test_vpc_security_groups.yml
tags: vpc_security_groups
- include: ./test_restore_instance.yml # TODO: snapshot, s3
tags: restore
- include: ./test_snapshot.yml
tags: snapshot
# TODO: uncomment after adding rds_cluster module
#- include: ./test_aurora.yml