Update dnsimple provider
This commit is contained in:
parent
1d6c7f35b6
commit
cf550dfd78
|
@ -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…
Reference in New Issue