Skip to content

Terraform Provider Null Crashed #244

@grahamschuckman

Description

@grahamschuckman

Terraform CLI and Provider Versions

Terraform v1.4.6 on linux_amd64

Terraform Configuration

NA

Expected Behavior

Plan to succeed.

Actual Behavior

Plan failed with GRPC provider crashing.

Steps to Reproduce

  1. 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

No one assigned

    Labels

    bugwaiting-responseIssues or pull requests waiting for an external response

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions