File: heredoc.hcldec

package info (click to toggle)
golang-github-hashicorp-hcl-v2 2.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,120 kB
  • sloc: ruby: 205; makefile: 72; python: 43; sh: 11
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
variables {
    bar       = "Bar"
    space_bar = "  Bar"
    words     = ["Foo", "Bar", "Baz"]
}

object {
  attr "normal" {
    type = map(string)
  }
  attr "flush" {
    type = map(string)
  }
}