4 lines
71 B
HCL
4 lines
71 B
HCL
a_string = "a value"
|
|
an_integer = 1
|
|
a_boolean = true
|
|
null_value = null
|