da30e6d2e1
* reworked sqs_queue * Switch default purge_tags behaviour to false. This matches the behaviour of ec2_tag and ecs_tag. * Minor lint / review fixups * Add missing AWS IAM policy for SQS tests * Move integration tests to using module_defaults: group/aws:... * add changelog * Break out the 'compatability' map from our spec definition (gets flagged by the schema validation) * Tweaks based on review * add basic examples * Lint fixups * Switch out NonExistentQueue logic so it's easier to follow * Reorder name argument options for consistency Co-authored-by: Dennis Podkovyrin <dennis.podkovyrin@gmail.com>
3 lines
127 B
YAML
3 lines
127 B
YAML
minor_changes:
|
|
- 'sqs_queue: updated to use boto3 instead of boto'
|
|
- 'sqs_queue: Add support for tagging, KMS and FIFO queues'
|