site24x7 / terraform-provider-site24x7

Terraform provider for Site24x7
MIT License
22 stars 33 forks source link

'Inappropriate value for attribute "rcvd": a number is required.' #256

Open movinfinex opened 3 months ago

movinfinex commented 3 months ago

I get the following error when trying to configure a site24x7_dns_server_monitor to check a TXT record:

Inappropriate value for attribute "rcvd": a number is required.

According to the API docs, it's supposed to be a string (https://www.site24x7.com/help/api/#constants), and that makes more sense because we're talking about TXT records. I guess it must have just been mixed up in mapping the API to go.

movinfinex commented 2 months ago

Hi, you approved my PR and then closed it. Was closing an accident, or do you have another fix in mind?