Open KONE-XAD opened 1 week ago
Hi @KONE-XAD,
The error message looks like a misconfiguration of the host DNS, Terraform is being given a nameserver address of [::1]:53
but there is no server running there. The ping
and curl
binaries are probably linked against the host libc, which will use its internal name resolver.
Can you show how your host DNS is configured? If it's not possible to change the DNS settings, you may need to build Terraform with CGO_ENABLED
specifically for android, since that uses a different libc implementation than most standard linux installations.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
download providers
Actual Behavior
could not resolve the domain, but ping is ok
Steps to Reproduce
Additional Context
I use my android pad to exec "terraform init", and got worng
References
no