mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
17 lines
268 B
HCL
17 lines
268 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"]
|
|
}
|