File: primitive_literals.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 (12 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
object {
  attr "whole_number" { type = any }
  attr "fractional_number" { type = any }
  attr "fractional_number_precision" { type = any }
  attr "string_ascii" { type = any }
  attr "string_unicode_bmp" { type = any }
  attr "string_unicode_astral" { type = any }
  attr "string_unicode_nonnorm" { type = any }
  attr "true" { type = any }
  attr "false" { type = any }
  attr "null" { type = any }
}