github.com/hashicorp/packer@v1.14.3/command/test-fixtures/var-arg/map.pkr.hcl (about)

     1  
     2  variable "images" {
     3    type    = map(string)
     4    default = {
     5      key = "value"
     6    }
     7  }