mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 22:41:40 -04:00
6 lines
107 B
HCL
6 lines
107 B
HCL
|
|
locals {
|
|
timestamp = formatdate("YYYY-MM-DDX", timestamp())
|
|
other_local = "test-${local.timestamp}"
|
|
}
|