Skip to content

Commit

Permalink
SDK-93: Unable to create PTR dns record (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk committed May 15, 2020
1 parent 2b386a7 commit 9a8fd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/resource_cloudflare_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func resourceCloudflareRecord() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"A", "AAAA", "CAA", "CNAME", "TXT", "SRV", "LOC", "MX", "NS", "SPF", "CERT", "DNSKEY", "DS", "NAPTR", "SMIMEA", "SSHFP", "TLSA", "URI"}, false),
ValidateFunc: validation.StringInSlice([]string{"A", "AAAA", "CAA", "CNAME", "TXT", "SRV", "LOC", "MX", "NS", "SPF", "CERT", "DNSKEY", "DS", "NAPTR", "SMIMEA", "SSHFP", "TLSA", "URI", "PTR"}, false),
},

"value": {
Expand Down

0 comments on commit 9a8fd43

Please sign in to comment.