github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/validation/map/invalid_value.pkrvars.hcl (about)

     1  
     2  image_metadata = {
     3    key: "value",
     4    something: { 
     5      foo: "woo",
     6    }
     7  }