You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
Expected Behavior
Should have created an 'A' record and two 'CNAME' records. The output showed the dns records would have had the correct information, it seemed.
Actual Behavior
│ Error: invalid character '<' looking for beginning of value
│
│ with module.dnsmadeeasy.dme_dns_record.apim_management,
│ on ....\modules\dnsmadeeasy\main.tf line 25, in resource "dme_dns_record" "apim_management":
│ 25: resource "dme_dns_record" "apim_management" {
Steps to Reproduce
terraform apply
Important Factoids
Nothing out of the ordinary
References
No issues linked
The text was updated successfully, but these errors were encountered:
I saw mention that this was deprecated and the API it used was deprecated. But nothing I could find on the DNSMadeEasy website or here support that.
Terraform Version
1.92
Affected Resource(s)
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output:
https://gist.github.com/stan-spotts/96d2cc6268bfb5417aaaf789d1c08818
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
Should have created an 'A' record and two 'CNAME' records. The output showed the dns records would have had the correct information, it seemed.
Actual Behavior
│ Error: invalid character '<' looking for beginning of value
│
│ with module.dnsmadeeasy.dme_dns_record.apim_management,
│ on ....\modules\dnsmadeeasy\main.tf line 25, in resource "dme_dns_record" "apim_management":
│ 25: resource "dme_dns_record" "apim_management" {
Steps to Reproduce
terraform apply
Important Factoids
Nothing out of the ordinary
References
No issues linked
The text was updated successfully, but these errors were encountered: