mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-15 03:30:18 -04:00
5 lines
107 B
HCL
5 lines
107 B
HCL
|
|
locals {
|
|
timestamp = formatdate("YYYY-MM-DDX", timestamp())
|
|
other_local = "test-${local.timestamp}"
|
|
}
|