7 lines
67 B
HCL
7 lines
67 B
HCL
resource = [{
|
|
"foo": {
|
|
"bar": {},
|
|
"baz": [1, 2, "foo"],
|
|
}
|
|
}]
|