tf-profile v0.4.0
This release features a new top-level command: tf-profile filter
[Feature] Add "filter" command (#30)
❱ tf-profile filter "module.*.null_resource.*" log.txt
# module.mod1.null_resource.foo will be created
+ resource "null_resource" "foo" {
...
}
# module.mod2.null_resource.bar will be created
+ resource "null_resource" "bar" {
...
}
module.mod1.null_resource.foo: Creating...
module.mod2.null_resource.bar: Creating...
module.mod1.null_resource.foo: Creation complete after 1s [id=foo]
module.mod2.null_resource.bar: Creation complete after 1s [id=bar]
Also available on Dockerhub: https://hub.docker.com/layers/qbruynseraede/tf-profile/0.4.0