provider/triton: fixed triton key_material documentation
This commit is contained in:
parent
a12b3f6b97
commit
325a9e937e
|
@ -30,6 +30,6 @@ provider "triton" {
|
||||||
The following arguments are supported in the `provider` block:
|
The following arguments are supported in the `provider` block:
|
||||||
|
|
||||||
* `account` - (Required) This is the name of the Triton account. It can also be provided via the `SDC_ACCOUNT` environment variable.
|
* `account` - (Required) This is the name of the Triton account. It can also be provided via the `SDC_ACCOUNT` environment variable.
|
||||||
* `key_material` - (Required) This is the path to the private key of an SSH key associated with the Triton account to be used.
|
* `key_material` - (Required) This is the private key of an SSH key associated with the Triton account to be used.
|
||||||
* `key_id` - (Required) This is the fingerprint of the public key matching the key specified in `key_path`. It can be obtained via the command `ssh-keygen -l -E md5 -f /path/to/key`
|
* `key_id` - (Required) This is the fingerprint of the public key matching the key specified in `key_path`. It can be obtained via the command `ssh-keygen -l -E md5 -f /path/to/key`
|
||||||
* `url` - (Optional) This is the URL to the Triton API endpoint. It is required if using a private installation of Triton. The default is to use the Joyent public cloud.
|
* `url` - (Optional) This is the URL to the Triton API endpoint. It is required if using a private installation of Triton. The default is to use the Joyent public cloud.
|
||||||
|
|
Loading…
Reference in New Issue