mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-19 13:38:57 -04: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
|
|
} |