-
Notifications
You must be signed in to change notification settings - Fork 45
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
cannot buy new domain with gandi_domain.domain gives 404 #138
Comments
I'm also seeing this on version 2.2.3: resource "gandi_domain" "<REDACTED>" {
name = "<REDACTED>"
autorenew = "true"
owner {
email = "<REDACTED>"
family_name = "<REDACTED>"
given_name = "<REDACTED>"
type = "<REDACTED>"
phone = "<REDACTED>"
country = "<REDACTED>"
city = "<REDACTED>"
zip = "<REDACTED>"
street_addr = "<REDACTED>"
data_obfuscated = true
mail_obfuscated = true
}
}
|
i used cloud provider i host stuff to buy domain. |
Same here. |
I ran into this issue as well, but later noticed that the domain does exist in the console. The Creation Date in WHOIS is ~7 minutes after the apply failed. It seems that the provider needs to wait? |
yeah, to have parametrized timeout with big defaults. i guess https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts may work to set it, as long as provider correctly implemeted to handle 404 as retry case |
terraform-provider-gandi_v2.2.2
The text was updated successfully, but these errors were encountered: