tf-profile

Profile and analyze Terraform execution performance and resource timing.

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to profile Terraform runs

Commands

tf-profile

Examples

see how long terraform plan takes to run$ tf-profile plan
measure terraform apply performance and identify slow resources$ tf-profile apply
profile terraform init to find slow provider initialization$ tf-profile init
compare terraform run times across multiple executions$ tf-profile compare results.json baseline.json
export terraform performance metrics to file for analysis$ tf-profile plan -output metrics.json