mirror of https://github.com/hashicorp/packer
feat: print all locals errors when there is a circular error (#11527)
parent
4550d9ddae
commit
1d01ad3651
@ -0,0 +1,5 @@
|
||||
|
||||
locals {
|
||||
timestamp = formatdate("YYYY-MM-DDX", timestamp())
|
||||
other_local = "test-${local.timestamp}"
|
||||
}
|
||||
Loading…
Reference in new issue