github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/variables/foo-string.variable.pkr.hcl (about)

     1  variable "foo" {
     2      type = string
     3      default = "bar"
     4  }
     5  
     6  source "null" "test" {
     7      communicator = "none"
     8  }
     9  
    10  build {
    11      sources = ["null.test"]
    12  }