-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
bugwaiting-responseIssues or pull requests waiting for an external responseIssues or pull requests waiting for an external response
Description
Terraform CLI and Provider Versions
Terraform v1.4.6 on linux_amd64
Terraform Configuration
NAExpected Behavior
Plan to succeed.
Actual Behavior
Plan failed with GRPC provider crashing.
Steps to Reproduce
if [ "${TERRAFORM_PLAN}" == "false" && "${TERRAFORM_NO_PLAN}" == "true" ]; then echo "############################################################" echo "# PLAN NOT RUN #" echo "# EXERCISE CAUTION #" echo "############################################################" else terraform plan -no-color $FLAG_REFRESH $PARALLELISM $TARGET fi
How much impact is this issue causing?
Medium
Logs
https://gist.github.com/grahamschuckman/04691d286d2e0e20774fc34ae5239b56
Additional Information
We have been encountering regular problems with the GRPC plugin timing out during a plan, but this is the first instance we've seen of the crash output.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugwaiting-responseIssues or pull requests waiting for an external responseIssues or pull requests waiting for an external response