API-Driven
Leverages the API with HashiCorp’s go-tfe SDK via a clean CLI interface.
API-Driven
Leverages the API with HashiCorp’s go-tfe SDK via a clean CLI interface.
HCP Terraform & TFE
Works with both HCP Terraform (Terraform Cloud) and self-hosted Terraform Enterprise.
CI/CD Ready
Integrate with any CI/CD pipeline. First-class support for GitLab CI and scriptable for any environment.
Open Source
MIT licensed and community driven. Contributions welcome and built by engineers who use it daily.
1. Install
brew install straubt1/tap/tfxdocker pull ghcr.io/straubt1/tfx:latestDownload the latest binary from the Releases page.
2. Configure
tfeHostname = "app.terraform.io"tfeOrganization = "my-org"tfeToken = "my-token"3. Run
tfx workspace list