dineshba / tf-summarize

A command-line utility to print the summary of the terraform plan
MIT License
527 stars 38 forks source link

feat: add support for env defined binary #68

Closed quotidian-ennui closed 8 months ago

quotidian-ennui commented 8 months ago

Resolves #67

Changes

Resolves a TF_BINARY environment variable that tells us what command to execute. Still assumes it's on the path so no behavioural difference. Defaults to terraform for backwards compatibility.

Notes