n3integration/terraform-provider-godaddy

255 character limit in data

antgel opened this issue · 1 comments

On line 101 of types.go, data is regarded as invalid if it's longer than 255 characters. This may be a problem with specific DNS servers but is not forbidden according to RFCs I could find. Certainly GoDaddy supports longer than 255 characters. Can this restriction be lifted? I can't get our DKIM record to work otherwise.

Good call. I've updated the validation to be inline with the standard restrictions. I've addressed this in the latest release.