From 6655f93b599ce12e4fe454f6604b60d125aad2b2 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 6 Jan 2020 14:12:29 -0800 Subject: [PATCH] fix typo and regenerate code --- builder/amazon/common/run_config.go | 2 +- .../builder/amazon/common/_RunConfig-not-required.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/amazon/common/run_config.go b/builder/amazon/common/run_config.go index fc7b69818..ec637ef4a 100644 --- a/builder/amazon/common/run_config.go +++ b/builder/amazon/common/run_config.go @@ -381,7 +381,7 @@ type RunConfig struct { // One of `public_ip`, `private_ip`, `public_dns`, or `private_dns`. If // set, either the public IP address, private IP address, public DNS name - // or private DNS name will used as the host for SSH. The default behaviour + // or private DNS name will be used as the host for SSH. The default behaviour // if inside a VPC is to use the public IP address if available, otherwise // the private IP address will be used. If not in a VPC the public DNS name // will be used. Also works for WinRM. diff --git a/website/source/partials/builder/amazon/common/_RunConfig-not-required.html.md b/website/source/partials/builder/amazon/common/_RunConfig-not-required.html.md index 264b3817a..b2f46681b 100644 --- a/website/source/partials/builder/amazon/common/_RunConfig-not-required.html.md +++ b/website/source/partials/builder/amazon/common/_RunConfig-not-required.html.md @@ -287,7 +287,7 @@ - `ssh_interface` (string) - One of `public_ip`, `private_ip`, `public_dns`, or `private_dns`. If set, either the public IP address, private IP address, public DNS name - or private DNS name will used as the host for SSH. The default behaviour + or private DNS name will be used as the host for SSH. The default behaviour if inside a VPC is to use the public IP address if available, otherwise the private IP address will be used. If not in a VPC the public DNS name will be used. Also works for WinRM.