Skip to content

Instantly share code, notes, and snippets.

@graemer957
Created July 13, 2018 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graemer957/a73d706a8c0f0739744fedd5227e3f59 to your computer and use it in GitHub Desktop.
Save graemer957/a73d706a8c0f0739744fedd5227e3f59 to your computer and use it in GitHub Desktop.
Unable to create CAA record
cloudflare_record.caa[1]: Creating...
created_on: "" => "<computed>"
data.%: "" => "3"
data.flags: "" => "0"
data.tag: "" => "issue"
data.value: "" => "letsencrypt.org"
domain: "" => "mydomain.com"
hostname: "" => "<computed>"
metadata.%: "" => "<computed>"
modified_on: "" => "<computed>"
name: "" => "mydomain.com"
proxiable: "" => "<computed>"
proxied: "" => "false"
ttl: "" => "1"
type: "" => "CAA"
value: "" => "<computed>"
zone_id: "" => "<computed>"
Error: Error applying plan:
1 error(s) occurred:
* cloudflare_record.caa[1]: 1 error(s) occurred:
* cloudflare_record.caa.1: Failed to create record: error from makeRequest: HTTP status 400: content "{\"success\":false,\"errors\":[{\"code\":1004,\"message\":\"DNS Validation Error\",\"error_chain\":[{\"code\":9053,\"message\":\"Invalid CAA flag. Must be an integer\"}]}],\"messages\":[],\"result\":null}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment