From f3633da200e8e4074e6a702cb2a827525d7fc458 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 4 Sep 2020 16:49:12 -0700 Subject: [PATCH] document previously undocumented ssh options for jdcloud --- website/pages/docs/builders/jdcloud.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/pages/docs/builders/jdcloud.mdx b/website/pages/docs/builders/jdcloud.mdx index 9fee82a46..dd82fa829 100644 --- a/website/pages/docs/builders/jdcloud.mdx +++ b/website/pages/docs/builders/jdcloud.mdx @@ -36,6 +36,21 @@ are given below: - `subnet_id` (string) - An instance is supposed to exists in an subnet, if not specified , we will create new one for you +In addition to the above configuration options, a communicator can be configured for this builder: +### Communicator Configuration + +#### Optional: + +@include 'helper/communicator/Config-not-required.mdx' + +@include 'helper/communicator/SSH-not-required.mdx' + +@include 'helper/communicator/SSH-Temporary-Key-Pair-not-required.mdx' + +@include 'helper/communicator/SSH-Key-Pair-Name-not-required.mdx' + +@include 'helper/communicator/SSH-Private-Key-File-not-required.mdx' + ## Examples Here is a basic example for JDCloud.