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