mirror of
https://github.com/LIV2/packer-plugin-vmware.git
synced 2025-12-06 07:02:47 +00:00
14 lines
203 B
HCL
14 lines
203 B
HCL
source "null" "basic-example" {
|
|
communicator = "none"
|
|
}
|
|
|
|
build {
|
|
sources = [
|
|
"source.null.basic-example"
|
|
]
|
|
|
|
post-processor "scaffolding-my-post-processor" {
|
|
mock = "my-mock-config"
|
|
}
|
|
}
|