Update dnsimple provider

pull/13509/head
Seth Vargo 9 years ago
parent 1d6c7f35b6
commit cf550dfd78
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF

@ -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}"

@ -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}"

Loading…
Cancel
Save