mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 12:20:28 -06:00
Merge pull request #1459 from hashicorp/document-dnsimple-env-vars
provider/dnsimple: Document DNSimple env vars
This commit is contained in:
commit
4289fbbbda
@ -33,7 +33,7 @@ resource "dnsimple_record" "www" {
|
||||
|
||||
The following arguments are supported:
|
||||
|
||||
* `token` - (Required) The DNSimple API token
|
||||
* `email` - (Required) The email associated with the token
|
||||
* `token` - (Required) The DNSimple API token. It must be provided, but it can also be sourced from the `DNSIMPLE_TOKEN` environment variable.
|
||||
* `email` - (Required) The email associated with the token. It must be provided, but it can also be sourced from the `DNSIMPLE_EMAIL` environment variable.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user