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