-
Notifications
You must be signed in to change notification settings - Fork 453
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
terraform vsphere provider on arm32 tries IPv6 to resolve the hostname and fails #636
Comments
Interesting. The above issue is gone when I am building go env
Maybe this has something to do that I am having |
I think this has something to do with golang/go#25321
So the right way would be to build for ARM with CGO enabled. |
I think you're correct there. Thanks for following up with the solution. I'll get this issue closed. |
Terraform/vSphere Provider Version
Debug Output
Short:
Long https://gist.github.com/arno01/68b49dd79c6813788e590f7088d62dc3
Expected Behavior
terraform should not struggle resolving the hostname.
Actual Behavior
terraform tries IPv6 to resolve the hostname and fails.
Steps to Reproduce
terraform plan
Important Factoids
I think the issue lies down to how DNS resolution is implemented in the Golang as I came across the same exact issue with the minio client arm64 build minio/mc#2564
The text was updated successfully, but these errors were encountered: