cloudposse-archives / tfmask

Terraform utility to mask select output from `terraform plan` and `terraform apply`
https://cloudposse.com/accelerate
Apache License 2.0
202 stars 27 forks source link

Doesn't filter apply resources #11

Open brandonkal opened 4 years ago

brandonkal commented 4 years ago

Test:

random_string.test-p1: Refreshing state... [id=xxx]
random_string.test-p2: Refreshing state... [id=xxx]

Looking through the code, it is matching at line 62 but then no action is taken on the line. The line does not match the two plan blocks.

https://github.com/cloudposse/tfmask/blob/7a4a942248c665b6a5c66f9c288fabe97550f43d/main.go#L62