mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/dnsimple: Document DNSimple env vars
This commit is contained in:
parent
4e92b8c77f
commit
8a60fc1422
@ -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