Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_sqs_queue Deduplication Scope support #28780

Closed
slichtenthal opened this issue May 21, 2021 · 2 comments
Closed

aws_sqs_queue Deduplication Scope support #28780

slichtenthal opened this issue May 21, 2021 · 2 comments
Labels
enhancement new new issue not yet triaged

Comments

@slichtenthal
Copy link

Current Terraform Version

0.15.4

Use-cases

Attempted Solutions

There doesn't seem to be a way to add this value currently to attempt a fix

Proposal

I would add the following optional property to resource aws_sqs_queue:
deduplication_scope
By default it will be set to "queue" with the ability to override to "message_group".

Another option would be to have it be:
deduplication_scope_queue with a default value of true and if set to false, set to message_group. While this is easier to understand the possible values (true/false), it would prevent scaling in case AWS adds a third option.

References

None that I saw
-->

@slichtenthal slichtenthal added enhancement new new issue not yet triaged labels May 21, 2021
@slichtenthal slichtenthal changed the title aws_sqs_queue deduplication scope aws_sqs_queue Deduplication Scope support May 21, 2021
@jbardin
Copy link
Member

jbardin commented May 21, 2021

Hello,

This appears to be an issue with the AWS provider, not with Terraform itself. You can see existing issues and file a new one in their repository here: https://github.com/hashicorp/terraform-provider-aws/issues. If you have questions about Terraform or the AWS provider, it's better to use the community forum where there are more people ready to help. The GitHub issues here are monitored only by our few core maintainers.

Thanks!

@github-actions
Copy link
Contributor

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement new new issue not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants