summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_object_multi.input
blob: 4c0f0004a591345adc5dd1b87308d51b0962af85 (plain)
1
2
3
4
5
6
7
8
9
variable "environment" {
  default = {}

  # default {
  #    "region" = "us-west-2"
  #    "sg"     = "playground"
  #    "env"    = "prod"
  #  }
}