Results 3 comments of Sidnei Weber

I tested the alpha version and it sounds like a dream. Congratulations!

Slack integration is interesting

You can pass the variable `TF_CLI_ARGS` to add the var file ``` export TF_CLI_ARGS="-var-file terraform.prod.tfvars" tftarget plan ``` or ``` TF_CLI_ARGS="-var-file terraform.prod.tfvars" tftarget plan ```