Open mattolenik opened 5 years ago
Given the following HCL:
data "foo" { //... } data "bar" { //... }
The command hclq get keys 'data.*' would return ["foo", "bar"]
hclq get keys 'data.*'
["foo", "bar"]
Given the following HCL:
The command
hclq get keys 'data.*'
would return["foo", "bar"]