-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
"Unexpected EOF" and "connection is shut down" with google providers when using terraform 0.7.1 #8341
Comments
Same issue here. |
Same here from Atlas with AWS. Worked great on 0.7.0. |
Hi @sbadia! @vaygr reported a similar issue in #8345, but I wasn't able to duplicate it using Mac OS X 10.11.6 (Darwin x86_64). I can't see your debugs as they're encrypted and I'm not a member of the terraform team, but perhaps you can compare them to @vaygr's to see if they are similar. |
Looks like this is potentially related to #8345, we'll try to ensure this is fixed and released in 0.7.2. |
hi, sorry for the delay! @cblecker I use Debian GNU/Linux with a 4.6.0 kernel the panic error seems indeed related Just re-tested with master |
Same issue described above by @sbadia on same terraform files have been reproduced on OS X 10.11 |
The PR #8390 solve this issue. Thanks @jen20 !
Everything re-work fine :) |
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi there,
I just switched to
terraform 0.7.1
, my infra is a mix of±200
ressources on gcp + openstack (so multi provider).Note: Everything work's like a charm with
terraform 0.7.0
Terraform Version
terraform 0.7.1
Affected Resource(s)
google_*
Debug Output
size:8417
hash:b56ac0776faa3f638bf919ba130509fb
0x51852D87348FFC4C
Panic Output
size:279154
hash:90280650f20ba041310e84f247cc1b9a
0x51852D87348FFC4C
Expected Behavior
Terraform should report or execute the plan for
google_records
Actual Behavior
Any
google_record
throws either a "Unexpected EOF" and "connection is shut down" error.Note: I tried with
-parallelism=1
as suggested in #8011 (comment) but no change…Steps to Reproduce
terraform plan
Important Factoids
No
References
Maybe this one (but for cloudfare ressources)
Thanks in advance!
The text was updated successfully, but these errors were encountered: