mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
The mini plugin implemented here is a minimal Packer plugin that we use for acceptance testing Packer core. There's a few components exposed so we can write templates using it, and make sure Packer interprets it all as it should, and runs/errors as we expect it.
6 lines
139 B
HCL
6 lines
139 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
data "scaffolding-my-datasource" "mock-data" {
|
|
mock = "mock-config"
|
|
} |