You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Issue resolving DNS names on MacOS. I have no other DNS issues, the provider was fetched correctly by terraform. It is just within the provider itself that DNS was unable to resolve correctly.
NOTE: I was able to resolve this by building this provider with Go 1.20
* feat: bump the go version
Bumping the go version ensures that MacOS DNS is resolved correctly as
per https://go-review.googlesource.com/c/go/+/446178.
Resolves: #341
* bump go version in /tools and in readme
---------
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Describe the bug
Issue resolving DNS names on MacOS. I have no other DNS issues, the provider was fetched correctly by terraform. It is just within the provider itself that DNS was unable to resolve correctly.
NOTE: I was able to resolve this by building this provider with Go 1.20
I got the idea to upgrade the Go version from here: https://go-review.googlesource.com/c/go/+/446178
To Reproduce
Steps to reproduce the behavior:
Please also provide a minimal Terraform configuration that reproduces the issue.
Single resource above
Expected behavior
DNS should resolve correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
TF_LOG=DEBUG terraform apply
):The text was updated successfully, but these errors were encountered: