Update dnsimple provider

This commit is contained in:
Seth Vargo 2017-04-10 12:22:31 -04:00
parent 1d6c7f35b6
commit cf550dfd78
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Use the navigation to the left to read about the available resources.
## Example Usage
```
```hcl
# Configure the DNSimple provider
provider "dnsimple" {
token = "${var.dnsimple_token}"

View File

@ -12,7 +12,7 @@ Provides a DNSimple record resource.
## Example Usage
```
```hcl
# Add a record to the root domain
resource "dnsimple_record" "foobar" {
domain = "${var.dnsimple_domain}"
@ -23,7 +23,7 @@ resource "dnsimple_record" "foobar" {
}
```
```
```hcl
# Add a record to a sub-domain
resource "dnsimple_record" "foobar" {
domain = "${var.dnsimple_domain}"