-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Provider plugin crashes with empty string for prefix_list_ids in aws_security_group_rule resource #26191
Labels
bug
Addresses a defect in current functionality.
crash
Results from or addresses a Terraform crash or kernel panic.
service/vpc
Issues and PRs that pertain to the vpc service.
Comments
|
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Addresses a defect in current functionality.
crash
Results from or addresses a Terraform crash or kernel panic.
service/vpc
Issues and PRs that pertain to the vpc service.
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.
Panic Output
See https://gist.github.com/svanschie/ec67a078cc91a79aed3daa1d504f7913
Expected Behavior
It should either handle the error more gracefully or (try to) push the change to AWS (resulting in an error from AWS side, which does have a clear description of the error),
Actual Behavior
The AWS provider plugin crashes
Steps to Reproduce
terraform apply
Important Factoids
The
aws_security_group
resource with in-line rules handles this issue properly. It will still error out on AWS end but that's to be expected:The text was updated successfully, but these errors were encountered: