Skip to content
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

DNS Resolution Failures on MacOS #837

Open
cablespaghetti opened this issue Apr 25, 2023 · 4 comments
Open

DNS Resolution Failures on MacOS #837

cablespaghetti opened this issue Apr 25, 2023 · 4 comments

Comments

@cablespaghetti
Copy link

When using split DNS on MacOS with this module, for example with a VPN, DNS resolution fails due to using the DNS server from /etc/resolv.conf instead of the proper resolver from the VPN. This is related to the way versions of Go prior to 1.20 do DNS resolution on MacOS when cross-compiled.

This is the same problem: petoju/terraform-provider-mysql#66
More information here: https://danp.net/posts/macos-dns-change-in-go-1-20/

TL;DR can you please update to Go 1.20 so my DNS problems go away 🙏

Thanks!

@erdebee
Copy link

erdebee commented May 24, 2023

As a temporary solution, consider using this:
https://github.com/greenboxal/dns-heaven

Have been using it for years while Terraform keeps on being a pain here.

@giovannibaratta
Copy link

I ran into the same problem with version 4.4.0 of the provider.

@Jonomir
Copy link

Jonomir commented Apr 18, 2024

We have the same issue. Please upgrade the go version 🥺

@Jonomir Jonomir mentioned this issue May 7, 2024
@Jonomir
Copy link

Jonomir commented May 7, 2024

Will be resolved by #954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants