-
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
[Bug]: panic: aws_vpc_peering_connection: invalid memory address or nil pointer dereference #27822
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
terraform-provider-aws/internal/service/ec2/vpc_peering_connection.go Lines 375 to 379 in e346fa1
called from terraform-provider-aws/internal/service/ec2/vpc_peering_connection.go Lines 353 to 357 in e346fa1
|
encountered a similar error from a newer version of the provider
ok to leave this as a comment in this issue? or better to create a new issue? |
terraform-provider-aws/internal/service/ec2/vpc_peering_connection.go Lines 381 to 385 in e3c30ab
called from terraform-provider-aws/internal/service/ec2/vpc_peering_connection.go Lines 359 to 363 in e3c30ab
|
This functionality has been released in v5.0.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. |
Terraform Core Version
1.0.8
AWS Provider Version
4.17.1
Affected Resource(s)
Expected Behavior
Apply with resource successful.
Actual Behavior
Terraform crashed.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform apply
. Note that we have only seen this crash once so far, with the same code being applied each time.Debug Output
No response
Panic Output
Important Factoids
No response
References
No response
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: