Files
Packer-Cn/packer_test/plugin_tester/example/variables.pkr.hcl
Lucas Bajolet 7f9276d439 packer_test: rename mini_plugin to plugin_tester
Since the tester plugin used for blackbox testing is called
packer-plugin-tester, we rename the directory it's stored in to
plugin_tester.
2024-06-10 09:59:32 -04:00

7 lines
184 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
locals {
foo = data.scaffolding-my-datasource.mock-data.foo
bar = data.scaffolding-my-datasource.mock-data.bar
}