From 540a6a29f414f1ae44b312060227e7bdc0047332 Mon Sep 17 00:00:00 2001 From: Matthew Aynalem Date: Tue, 24 Apr 2018 13:07:00 -0700 Subject: [PATCH] minor fix for some links that aren't being rendered and incorrect datatype --- website/source/docs/builders/alicloud-ecs.html.md | 4 ++-- website/source/docs/builders/triton.html.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/alicloud-ecs.html.md b/website/source/docs/builders/alicloud-ecs.html.md index df7abbeff..266b59445 100644 --- a/website/source/docs/builders/alicloud-ecs.html.md +++ b/website/source/docs/builders/alicloud-ecs.html.md @@ -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. diff --git a/website/source/docs/builders/triton.html.md b/website/source/docs/builders/triton.html.md index 889b0d9d8..956228c84 100644 --- a/website/source/docs/builders/triton.html.md +++ b/website/source/docs/builders/triton.html.md @@ -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