Skip to content

Commit

Permalink
Merge pull request #37 from dan-hughes/master
Browse files Browse the repository at this point in the history
fix: Fix cloudflare_record snippet
  • Loading branch information
rixrix authored Oct 23, 2017
2 parents 87dcbc5 + 7ff046c commit 12bef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/cloudflare.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prefix":"tf-cloudflare_record",
"description": "Defines cloudflare_record resource",
"body": [
"resource \"chef_role\" \"${MyResource}\" {",
"resource \"cloudflare_record\" \"${MyResource}\" {",
" domain = \"cloudflare_domain\"",
" name = \"terraform\"",
" value = \"192.168.0.11\"",
Expand Down

0 comments on commit 12bef0d

Please sign in to comment.