aws_codebuild_project: plan crashes with "interface {} is nil, not string", "unexpected EOF", and "connection is shut down" #2673
Labels
bug
Addresses a defect in current functionality.
crash
Results from or addresses a Terraform crash or kernel panic.
service/codebuild
Issues and PRs that pertain to the codebuild service.
Milestone
Terraform Version
0.10.8, AWS provider 1.5.0
Debug/Panic Output
https://gist.github.com/davido-bs/52edbd47426b69e5efd10e957ed1c417
Expected Behavior
Plan should have been created.
Actual Behavior
Error in the logs:
interface {} is nil, not string
. In the gist provided, it manifests itself as an "unexpected EOF" error.Steps to Reproduce
terraform plan
Important Factoids
The reproducability of this may be due to handling erroneous "stray" values in the state, as we have been doing a fairly large refactor. This is not the first time we've encountered this message though, so I'm putting it out there "for the record".
The text was updated successfully, but these errors were encountered: