Update cloudflare provider

This commit is contained in:
Seth Vargo 2017-04-10 12:12:48 -04:00
parent e525dc953f
commit 6bfb958dcd
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Use the navigation to the left to read about the available resources.
## Example Usage
```
```hcl
# Configure the Cloudflare provider
provider "cloudflare" {
email = "${var.cloudflare_email}"

View File

@ -6,13 +6,13 @@ description: |-
Provides a Cloudflare record resource.
---
# cloudflare\_record
# cloudflare_record
Provides a Cloudflare record resource.
## Example Usage
```
```hcl
# Add a record to the domain
resource "cloudflare_record" "foobar" {
domain = "${var.cloudflare_domain}"
@ -47,4 +47,3 @@ The following attributes are exported:
* `priority` - The priority of the record
* `hostname` - The FQDN of the record
* `proxied` - (Optional) Whether the record gets Cloudflare's origin protection.