This is very cool. I love the idea of querying the state, and it opens up a ton of very easy reporting options.
Agreed. One of the frustrating things about using Terraform or OpenTofu is that all the data is sitting there in state but you can't really query or report on it. Making that information accessible is a big part of why we are building this.
Disagree since you are relying on non authoritative state to be correct. This can be a path to madness.
Agreed. One of the frustrating things about using Terraform or OpenTofu is that all the data is sitting there in state but you can't really query or report on it. Making that information accessible is a big part of why we are building this.