Skip to content

Commit

Permalink
website: fix myawesomecloud reference
Browse files Browse the repository at this point in the history
When updating the docs in prevision for Packer 1.11.0, we changed the
templates that show how plugins are installed/discovered with commands
like packer init.

While doing so, a template had its component renamed to coolcloud, but
the following prose did not change, making the text inconsistent.

Since there are other mentions of myawesomecloud in the codebase, we
choose to settle on this one for that example too.
  • Loading branch information
lbajolet-hashicorp authored and nywilken committed May 20, 2024
1 parent f1efdee commit a9ba14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/plugins/install-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ Here is an example `required_plugins` block:
```hcl
packer {
required_plugins {
coolcloud = {
myawesomecloud = {
version = ">= 2.7.0"
source = "github.com/hashicorp/coolcloud"
source = "github.com/hashicorp/myawesomecloud"
}
happycloud = {
version = ">= 1.1.3"
Expand Down

0 comments on commit a9ba14f

Please sign in to comment.