mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
Since the tester plugin used for blackbox testing is called packer-plugin-tester, we rename the directory it's stored in to plugin_tester.
7 lines
184 B
HCL
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
|
|
} |