diff --git a/website/content/guides/1.7-plugin-upgrade.mdx b/website/content/guides/1.7-plugin-upgrade.mdx index 71cc577d2..9739d0540 100644 --- a/website/content/guides/1.7-plugin-upgrade.mdx +++ b/website/content/guides/1.7-plugin-upgrade.mdx @@ -1,5 +1,7 @@ --- page_title: Upgrading your plugin to use the Packer plugin sdk +description: >- + Learn how to upgrade your plugin to support v1.7.0 and later. --- # Upgrading your plugin to be compatible with Packer v1.7.0 and later diff --git a/website/content/guides/1.7-template-upgrade.mdx b/website/content/guides/1.7-template-upgrade.mdx index cb3ce7d96..e30bc1e06 100644 --- a/website/content/guides/1.7-template-upgrade.mdx +++ b/website/content/guides/1.7-template-upgrade.mdx @@ -1,5 +1,7 @@ --- page_title: Upgrading your template to use Packer init +description: >- + Use packer init and the required_plugins block to better control plugin usage within Packer templates. Learn how to update your template to work with these new features. --- # Upgrading your template to be compatible with `packer init` diff --git a/website/content/guides/hcl/index.mdx b/website/content/guides/hcl/index.mdx index 7bdfc2d5a..aa8d779b4 100644 --- a/website/content/guides/hcl/index.mdx +++ b/website/content/guides/hcl/index.mdx @@ -1,5 +1,7 @@ --- page_title: Getting started configuring Packer with HCL2 files +description: >- + Use the HCL2 syntax for your Packer templates. Learn about arguments and blocks, comments, and multi-line strings. --- # Introduction to Packer HCL2 diff --git a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx index 99d8fe114..4efc59515 100644 --- a/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx +++ b/website/content/guides/packer-on-cicd/build-image-in-cicd.mdx @@ -1,5 +1,7 @@ --- page_title: Build Images in CI/CD +description: >- + Learn how to build Packer images within a continuous integration / continuous delivery pipeline. --- # Build Images in CI/CD diff --git a/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx b/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx index 0dace68ab..69e470184 100644 --- a/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx +++ b/website/content/guides/packer-on-cicd/build-virtualbox-image.mdx @@ -1,5 +1,7 @@ --- page_title: Build a VirtualBox Image with Packer in TeamCity +description: >- + Use Packer to build VirtualBox images in TeamCity. Learn how to provision a bare-metal machine, install dependencies, and create and run a build in TeamCity. --- # Build a VirtualBox Image with Packer in TeamCity diff --git a/website/content/guides/packer-on-cicd/index.mdx b/website/content/guides/packer-on-cicd/index.mdx index 50621a2a9..d083ed476 100644 --- a/website/content/guides/packer-on-cicd/index.mdx +++ b/website/content/guides/packer-on-cicd/index.mdx @@ -1,5 +1,7 @@ --- page_title: Build Immutable Infrastructure with Packer in CI/CD +description: >- + Learn how to use Packer to build immutable infrastructure within a continuous integration / continuous delivery pipeline. --- # Build Immutable Infrastructure with Packer in CI/CD diff --git a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx index 32f95f3e7..2a7e69210 100644 --- a/website/content/guides/packer-on-cicd/pipelineing-builds.mdx +++ b/website/content/guides/packer-on-cicd/pipelineing-builds.mdx @@ -1,8 +1,7 @@ --- page_title: Packer Build Pipelines -description: |- - Here we explore how to break your builds into discrete steps so that your - builds can be shorter and more reliable. +description: >- + Learn how to shorten Packer build times and improve reliability. Start from an ISO, customize using the virtualbox-ovf builder, and improve efficiency. --- # Why Create a Template Pipeline? diff --git a/website/content/guides/packer-on-cicd/trigger-tfe.mdx b/website/content/guides/packer-on-cicd/trigger-tfe.mdx index 13463ccc9..b43e282a6 100644 --- a/website/content/guides/packer-on-cicd/trigger-tfe.mdx +++ b/website/content/guides/packer-on-cicd/trigger-tfe.mdx @@ -1,5 +1,7 @@ --- page_title: Trigger Terraform Enterprise runs +description: >- + Learn how to Terraform Enterprise from your CI/CD pipeline to provision infrastructure. --- # Create Terraform Enterprise Runs diff --git a/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx b/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx index f0486e7a2..6728a1933 100644 --- a/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx +++ b/website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx @@ -1,5 +1,7 @@ --- page_title: Upload VirtualBox Image to S3 +description: >- + Learn how to upload a VirtualBox image built with Packer to S3 within a TeamCity build. --- # Upload VirtualBox Image to S3