Open
Description
Current Behavior
I have to use punycoded domain names when using exoscale_domain
because otherwise the API complains about invalid characters in the domain. This also works fine - the domain is created (I can also see it in the UI) correctly with the normalized / human-readable name. However, the API returns non-punycoded names which leaves the provider with a non-empty plan for an apply of punycoded domains
Expected Behavior
It just works ™
Steps To Reproduce
resource "exoscale_domain" "this" {
name = "xn--domain-with--rcb.ch"
}
Provider Version
latest
Terraform Version
OpenTofu 1.9