Skip to content

Commit 6d6727b

Browse files
authored
add meta descriptions (hashicorp#12315)
* add meta descriptions * rework * tweak * clean up hcl description * gt dash
1 parent 1d455cd commit 6d6727b

9 files changed

Lines changed: 18 additions & 3 deletions

website/content/guides/1.7-plugin-upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Upgrading your plugin to use the Packer plugin sdk
3+
description: >-
4+
Learn how to upgrade your plugin to support v1.7.0 and later.
35
---
46

57
# Upgrading your plugin to be compatible with Packer v1.7.0 and later

website/content/guides/1.7-template-upgrade.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Upgrading your template to use Packer init
3+
description: >-
4+
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.
35
---
46

57
# Upgrading your template to be compatible with `packer init`

website/content/guides/hcl/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Getting started configuring Packer with HCL2 files
3+
description: >-
4+
Use the HCL2 syntax for your Packer templates. Learn about arguments and blocks, comments, and multi-line strings.
35
---
46

57
# Introduction to Packer HCL2

website/content/guides/packer-on-cicd/build-image-in-cicd.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Build Images in CI/CD
3+
description: >-
4+
Learn how to build Packer images within a continuous integration / continuous delivery pipeline.
35
---
46

57
# Build Images in CI/CD

website/content/guides/packer-on-cicd/build-virtualbox-image.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Build a VirtualBox Image with Packer in TeamCity
3+
description: >-
4+
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.
35
---
46

57
# Build a VirtualBox Image with Packer in TeamCity

website/content/guides/packer-on-cicd/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Build Immutable Infrastructure with Packer in CI/CD
3+
description: >-
4+
Learn how to use Packer to build immutable infrastructure within a continuous integration / continuous delivery pipeline.
35
---
46

57
# Build Immutable Infrastructure with Packer in CI/CD

website/content/guides/packer-on-cicd/pipelineing-builds.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
page_title: Packer Build Pipelines
3-
description: |-
4-
Here we explore how to break your builds into discrete steps so that your
5-
builds can be shorter and more reliable.
3+
description: >-
4+
Learn how to shorten Packer build times and improve reliability. Start from an ISO, customize using the virtualbox-ovf builder, and improve efficiency.
65
---
76

87
# Why Create a Template Pipeline?

website/content/guides/packer-on-cicd/trigger-tfe.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Trigger Terraform Enterprise runs
3+
description: >-
4+
Learn how to Terraform Enterprise from your CI/CD pipeline to provision infrastructure.
35
---
46

57
# Create Terraform Enterprise Runs

website/content/guides/packer-on-cicd/upload-images-to-artifact.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
page_title: Upload VirtualBox Image to S3
3+
description: >-
4+
Learn how to upload a VirtualBox image built with Packer to S3 within a TeamCity build.
35
---
46

57
# Upload VirtualBox Image to S3

0 commit comments

Comments
 (0)