Merge pull request #6183 from mayn/fix-docs-links
docs: (triton / alicloud-ecs) minor fix for links that aren't being rendered and incorrect datatype documented
This commit is contained in:
commit
9323139bd7
|
@ -67,7 +67,7 @@ builder.
|
|||
limit of 0 to 256 characters. Leaving it blank means null, which is the
|
||||
default value. It cannot begin with `http://` or `https://`.
|
||||
|
||||
- `image_disk_mappings` (array of image disk mappings) - Add one or more data disks
|
||||
- `image_disk_mappings` (array of image disk mappings) - Add one or more data disks
|
||||
to the image.
|
||||
|
||||
- `disk_category` (string) - Category of the data disk. Optional values are:
|
||||
|
@ -77,7 +77,7 @@ builder.
|
|||
|
||||
Default value: cloud.
|
||||
|
||||
- `disk_delete_with_instance` (string) - Whether or not the disk is released along with the instance:
|
||||
- `disk_delete_with_instance` (boolean) - Whether or not the disk is released along with the instance:
|
||||
- True indicates that when the instance is released, this disk will be released with it
|
||||
- False indicates that when the instance is released, this disk will be retained.
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@ builder.
|
|||
|
||||
- `triton_account` (string) - The username of the Triton account to use when
|
||||
using the Triton Cloud API.
|
||||
|
||||
- `triton_key_id` (string) - The fingerprint of the public key of the SSH key
|
||||
pair to use for authentication with the Triton Cloud API. If
|
||||
`triton_key_material` is not set, it is assumed that the SSH agent has the
|
||||
|
|
Loading…
Reference in New Issue