mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
5 lines
No EOL
120 B
HCL
5 lines
No EOL
120 B
HCL
locals {
|
|
name_prefix = "${var.name_prefix}"
|
|
foo = "${local.name_prefix}"
|
|
bar = local.name_prefix
|
|
} |