Skip to content

[Bug]: IDN domain handling in exoscale_domain (punycode inconsistency) #441

Open
@timofurrer

Description

@timofurrer

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

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions