From 44c7898d4b1e2bf75e608e08e8e4208480c53b83 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 24 Apr 2023 09:29:02 -0400 Subject: [PATCH] docs: commit generated changes to fast-launch When the fast-launch configuration was committed to the plugin's code, we forgot to generate the partials, so they where not up-to-date compared to the code. --- .../builder/ebs/FastLaunchConfig-not-required.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs-partials/builder/ebs/FastLaunchConfig-not-required.mdx b/docs-partials/builder/ebs/FastLaunchConfig-not-required.mdx index d081a2e2d..4086e66e0 100644 --- a/docs-partials/builder/ebs/FastLaunchConfig-not-required.mdx +++ b/docs-partials/builder/ebs/FastLaunchConfig-not-required.mdx @@ -1,14 +1,20 @@ -- `enable_fast_launch` (bool) - Configure AMI with fast-launch on Windows AMIs +- `enable_fast_launch` (bool) - Configure fast-launch for Windows AMIs - `template_id` (string) - The ID of the launch template to use for the fast launch This cannot be specified in conjunction with the template name. + + If no template is specified, the default launch template will be used, + as specified in the AWS docs. - `template_name` (string) - The name of the launch template to use for fast launch This cannot be specified in conjunction with the template ID. + + If no template is specified, the default launch template will be used, + as specified in the AWS docs. - `template_version` (int) - The version of the launch template to use