File: structure_three_tiers.hcl

package info (click to toggle)
python-pyhcl 0.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 3,833; makefile: 25; sh: 6
file content (25 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
foo "bar" "baz" {
	key = 4
}

foo "bar" "qux" {
	key = 5
}

foo "bar" "biz" {
	key = 11
}

bar "foo" "qux" {
	key = 8
}

bar "foo" "biz" {
	key = 9
	key2 = 3
}

baz "foo" "biz" {
	key = 9
	key5 = "somestring"
}