mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
4 lines
57 B
HCL
4 lines
57 B
HCL
locals {
|
|
first = local.second
|
|
second = local.first
|
|
} |