github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate/circular_error.pkr.hcl (about)

     1  
     2  locals {
     3    timestamp = formatdate("YYYY-MM-DDX", timestamp())
     4    other_local = "test-${local.timestamp}"
     5  }