mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-24 18:00:57 -04:00
Update dnsimple provider
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user