You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/datasource/hcp-packer-version/test-fixtures/hcp-setup-build.pkr.hcl

17 lines
248 B

variable "target" {
type = string
default = %q
}
source "file" "test" {
content = "Lorem ipsum dolor sit amet"
target = var.target
}
build {
hcp_packer_registry {
bucket_name = "simple"
}
sources = ["source.file.test"]
}