hclq
hclq copied to clipboard
How can query data name?
i have this hcl
data "toto" {
foo= "bar"
}
How can i list all my data name?
For example i want to get "toto"
Hi sebglon! Could you clarify your question? Do you mean you want to list all the keys underneath "toto"?
I believe issue #10 addresses this. I'm making improvement to key querying and you should be able to do this soon.