Skip to content

Commit

Permalink
Document how to use quotes in TXT records
Browse files Browse the repository at this point in the history
closes #7
  • Loading branch information
timohirt committed Aug 30, 2020
1 parent 911f4f3 commit 1d860eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/resources/hetznerdns_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ The following arguments are supported:

- `name` - (Required, string) Name of the DNS record to create.

- `value` - (Required, string) The value of the record (eg. 192.168.1.1).
- `value` - (Required, string) The value of the record (eg. 192.168.1.1).
For TXT records with quoted values, the quotes has to be ecaped in Terraform
(eg. "v=spf1 include:_spf.google.com ~all" is represented by
"\\"v=spf1 include:_spf.google.com ~all\\"" in Terraform).

- `type` - (Required, string) The type of the record.

Expand Down

0 comments on commit 1d860eb

Please sign in to comment.