Skip to content

Commit

Permalink
adds external plugin for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Apr 24, 2024
1 parent 19bd57b commit ece50a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/hello-world.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0

packer {
required_plugins {
amazon = {
version = ">= 1.3.2"
source = "github.com/hashicorp/amazon"
}
}
}

# file: builds.pkr.hcl
source "file" "basic_example" {
content = "Lorem ipsum dolor sit amet"
Expand Down

0 comments on commit ece50a5

Please sign in to comment.