-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_sqs_queue: Send any configured value of sqs_managed_sse_enabled
on Create
#27335
r/aws_sqs_queue: Send any configured value of sqs_managed_sse_enabled
on Create
#27335
Conversation
…d' on Create. Acceptance test output: % make testacc TESTARGS='-run=TestAccSQSQueue_managedEncryption\|TestAccSQSQueue_basic\|TestAccSQSQueue_encryption' PKG=sqs ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/sqs/... -v -count 1 -parallel 20 -run=TestAccSQSQueue_managedEncryption\|TestAccSQSQueue_basic\|TestAccSQSQueue_encryption -timeout 180m === RUN TestAccSQSQueue_basic === PAUSE TestAccSQSQueue_basic === RUN TestAccSQSQueue_encryption === PAUSE TestAccSQSQueue_encryption === RUN TestAccSQSQueue_managedEncryption === PAUSE TestAccSQSQueue_managedEncryption === CONT TestAccSQSQueue_basic === CONT TestAccSQSQueue_encryption === CONT TestAccSQSQueue_managedEncryption --- PASS: TestAccSQSQueue_basic (49.88s) --- PASS: TestAccSQSQueue_encryption (128.82s) --- PASS: TestAccSQSQueue_managedEncryption (129.25s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/sqs 133.199s
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v4.36.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Always send any configured value of
sqs_managed_sse_enabled
when creating an SQS Queue.In particular a configured
false
value is sent, which overrides the new service default value oftrue
.Relations
Relates #22197.
Relates #26843 (comment).
Output from Acceptance Testing