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

     1  
     2  variable "boolean_value" {
     3      default = false
     4  }
     5  
     6  variable "boolean_value" {
     7      default = true
     8  }