Plan : Change the contact information
Apply : Apply changes successfully.
Actual Behavior
Plan : Change the contact information
Apply : Failed to apply changes
Relevant Error/Panic Output Snippet
Error: error updating Route 53 Domains Domain (example.fr) contacts: operation error Route 53 Domains: UpdateDomainContact, https response error StatusCode: 400, RequestID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx, InvalidInput: Consent price for a change of ownership is too low, or not provided. For .fr, it should be $12.00 or higher, and provided in US dollars.
│
│ with aws_route53domains_registered_domain.this,
│ on main.tf line 1, in resource "aws_route53domains_registered_domain" "this":
│ 1: resource "aws_route53domains_registered_domain" "this" {
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.6.0
AWS Provider Version
5.38
Affected Resource(s)
aws_route53domains_registered_domain
Expected Behavior
Plan : Change the contact information Apply : Apply changes successfully.
Actual Behavior
Plan : Change the contact information Apply : Failed to apply changes
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform init
terraform plan
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
The field isn't available in terraform resource aws_route53domains_registered_domain.
References
https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html#Route53Domains-domains_UpdateDomainContact-request-Consent
Would you like to implement a fix?
No