github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/variables/unset_used_string_variable.pkr.hcl (about)

     1  
     2  variable "foo" {
     3    type = string
     4  }
     5  
     6  build {
     7    sources = [
     8      "source.null.null-builder${var.foo}",
     9    ]
    10  }