mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
5 lines
120 B
HCL
5 lines
120 B
HCL
locals {
|
|
name_prefix = "${var.name_prefix}"
|
|
foo = "${local.name_prefix}"
|
|
bar = local.name_prefix
|
|
} |