-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
sqs_managed_sse_enabled used to default to false but now defaults to true #22197
Comments
I'm seeing this too.
LOG trace on apply.
|
We seems to running into the exact same issue. Can't apply anything now. Is there a work-around available? It seems to me to be related to this API change: https://awsapichanges.info/archive/changes/850fc8-sqs.html Update: It seems somewhat related to IAM roles. With an administrator role it seems to execute correctly, but with our CI it doesn't. We'll try to figure out what the difference is. |
Until a new release, peg the version of the provider to v3.68.0 is working fine for me. |
Still experiencing this error in 3.71.0. The specific error we are currently receiving is
so we have had to pin to 3.68.0, which works |
We just encountered this issue today after upgrading to 3.71.0
|
FYI our issues seem to have been fixed by #22547 so upgrading to 3.72.0 appears to resolve our errors |
Hi, this is still happening in |
It seems to me that CreateQueue Api defaults has been changed around September, 1. If Experience the same issue with aws provider 4.15.1, 4.29.0 and terraform v1.2.1. |
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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
No tf plan due to underlying tf code not changing.
Actual Behavior
This change causes issues with set-ups that don't support and conflict with
sqs_managed_sse_enabled
, which spontaneously now cause the following ambiguous error:it was only after doing an attempted import that revealed the issue a bit with the following error:
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: