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

     1  
     2  variable "foo" {
     3    type = string
     4  }
     5  
     6  
     7  build {
     8    sources = [
     9      "source.null.null-builder",
    10    ]
    11  }
    12  
    13  source "null" "null-builder" {
    14    communicator = "none"
    15  }