-
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
This crash happened, version 0.11.8, provider 1.43 #6420
Comments
Hi @gloriajw-devmynd 👋 Sorry for the trouble here. This crash started occurring due to a change made in version 1.43.1 of the AWS provider. We have an open issue (#6416) and pending fix (#6419) that will be released in the next version of the AWS provider (either 1.43.2 or 1.44.0), likely releasing on Monday. To consolidate discussions and efforts, I'm going to close this issue in preference of the previous ones. 👍 If you're in need of an immediate workaround, you can pin your AWS provider version in your configuration via: provider "aws" {
# ... potentially other configuration ...
version = "1.43.0"
} For reference, matching portion of the crash log:
|
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This issue was originally opened by @gloriajw-devmynd as hashicorp/terraform#19342. It was migrated here as a result of the provider split. The original body of the issue is below.
Crash happened:
crash.log
The text was updated successfully, but these errors were encountered: