hcl/specsuite/tests/expressions/primitive_literals.hcldec
2019-10-01 15:59:10 -07:00

13 lines
403 B
Plaintext

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 }
}