Terraform Cloud/Enterprise
#
Terraform Cloud usersThis section is only applicable for Terraform Cloud users.
Running Infracost locally requires no additional steps as your Terraform CLI config file is used to access the plan.
When running Infracost on CI/CD systems, you should either:
- Set the
TERRAFORM_CLOUD_TOKEN
environment variable to a Team API Token or User API Token. - Set the Terraform environment variable
TF_CLI_CONFIG_FILE
to the absolute path of your Terraform CLI config file.
#
Terraform Enterprise usersWhen running Infracost locally or on CI/CD systems, you should set the both of following environment variables:
TERRAFORM_CLOUD_TOKEN
to a Team API Token or User API Token.TERRAFORM_CLOUD_HOST
to your backend host, this overrides the defaultapp.terraform.io
value.
#
Terraform workspacesIf you use multiple Terraform workspaces, set the Terraform environment variable TF_WORKSPACE
to select a workspace.
Only set this for multi-workspace deployments, otherwise it might result in the Terraform error "workspaces not supported"; if you see this error, try running unset TF_WORKSPACE
.