Create record like a record that does not contain the wildcard character *
Actual Behavior
Got error message:
Error: Error updating DNS record: The message or signature supplied for verification has been altered.
If removing the wildcard if creates the record, manually creating the record and importing seems to work as well, but then error when trying to update.
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
It seems to break when adding the wildcard character on a subdomain. I have not tried wildcard on apex, so can't comment on that part. Removing the wildcard creates and updates the record as expected.
I have changed the domain from my test to contoso.com.
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Terraform CLI and Provider Versions
Terraform v1.3.1 on windows_amd64
Your version of Terraform is out of date! The latest version is 1.3.5. You can update by downloading from https://www.terraform.io/downloads.html
Terraform Configuration
Expected Behavior
Create record like a record that does not contain the wildcard character *
Actual Behavior
Got error message: Error: Error updating DNS record: The message or signature supplied for verification has been altered.
If removing the wildcard if creates the record, manually creating the record and importing seems to work as well, but then error when trying to update.
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
It seems to break when adding the wildcard character on a subdomain. I have not tried wildcard on apex, so can't comment on that part. Removing the wildcard creates and updates the record as expected.
I have changed the domain from my test to contoso.com.
Code of Conduct