You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-->
The text was updated successfully, but these errors were encountered:
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.
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.
Current Terraform Version
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
-->
The text was updated successfully, but these errors were encountered: