Files
Packer-Cn/packer_test/plugin_tests/templates/test_one_plugin.pkr.hcl
2026-06-03 14:37:46 +05:30

20 lines
291 B
HCL

# Copyright IBM Corp. 2024, 2026
# SPDX-License-Identifier: BUSL-1.1
packer {
required_plugins {
tester = {
source = "github.com/hashicorp/tester",
version = ">= 1.0.0"
}
}
}
source "tester-dynamic" "test" {}
build {
sources = [
"tester-dynamic.test",
]
}