Files
2026-06-03 14:37:46 +05:30

18 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"]
}