Skip to content

Commit

Permalink
Update terminology to reflect community editions of Packer (#12571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera authored Aug 11, 2023
1 parent 320fd8d commit c575946
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/commands/init.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packer {
}
```

HashiCorp does not officially verify third party Packer plugins, plugins not under the HashiCorp namespace `hashicorp/*`; as with all open source tools, please do your own due diligence when using a new tool.
HashiCorp does not officially verify third party Packer plugins, plugins not under the HashiCorp namespace `hashicorp/*`; as with all community tools, please do your own due diligence when using a new tool.

## Plugin Selection

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_title: Documentation

# Packer Documentation

[Packer](https://www.packer.io/) is an open source tool that enables you to create identical machine images for multiple platforms from a single source template. A common use case is creating "golden images" that teams across an organization can use in cloud infrastructure.
[Packer](https://www.packer.io/) is a community tool that enables you to create identical machine images for multiple platforms from a single source template. A common use case is creating "golden images" that teams across an organization can use in cloud infrastructure.

To install Packer and learn the standard Packer workflow, try the [Get Started tutorials](/packer/tutorials).

Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/intro/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features.

## What is Packer?

Packer is an open source tool for creating identical machine images for multiple
Packer is a community tool for creating identical machine images for multiple
platforms from a single source configuration. Packer is lightweight, runs on
every major operating system, and is highly performant, creating machine images
for multiple platforms in parallel. Packer does not replace configuration
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/partnerships.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This program is intended to be largely a self-service process with links and gui

### Types of Packer Integrations

Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.
Packer is a community tool for creating identical machine images for multiple platforms from a single source configuration.
Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer does not replace configuration management like Chef or Puppet. In fact, when building images, Packer is able to use tools like Chef or Puppet to install software onto the image.

A machine image is a single static unit that contains a pre-configured operating system and installed software which is used to quickly create new running machines. Machine image formats change for each platform. Some examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for VirtualBox, etc. To know more about use cases of Packer click ([Use Cases - Introduction | Packer by HashiCorp](/packer/docs/intro/use-cases))
Expand Down
2 changes: 1 addition & 1 deletion website/content/guides/packer-on-cicd/trigger-tfe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and used locally in development, like is often done with VirtualBox images with
Vagrant. In most other cases, the new image will be used to provision new
infrastructure.

[Terraform](https://www.terraform.io/) is an open source tool that is ideal for
[Terraform](https://www.terraform.io/) is a community tool that is ideal for
provisioning new infrastructure with images generated by Packer, and [Terraform
Enterprise](https://www.hashicorp.com/products/terraform/) is the best way to
perform automated Terraform runs.
Expand Down

0 comments on commit c575946

Please sign in to comment.