Fix page render of \" for DNS Record docs, also reword a bit (#1414)

This commit is contained in:
Clint 2018-05-01 17:22:29 -05:00 committed by Vincent Roseberry
parent 7eac32ab1f
commit 4ccb099699

View File

@ -99,7 +99,7 @@ resource "google_dns_managed_zone" "prod" {
### Adding an SPF record
`\"` must be added around your `rrdatas` for a SPF record. Otherwise `rrdatas` string gets split on spaces.
Quotes (`""`) must be added around your `rrdatas` for a SPF record. Otherwise `rrdatas` string gets split on spaces.
```hcl
resource "google_dns_record_set" "spf" {