Cost Estimation in HCP Terraform
Hands-on: Try the Control Costs with Policies tutorial to practice enabling cost estimation and define a policy to check the total monthly delta.
HCP Terraform provides cost estimates for many resources found in your Terraform configuration. For each resource an hourly and monthly cost is shown, along with the monthly delta. The total cost and delta of all estimable resources is also shown.
Enabling Cost Estimation
HCP Terraform disables cost estimation by default. You can enable or disable the feature in your organization's settings.
Viewing a Cost Estimate
When enabled, HCP Terraform performs a cost estimate for every run. Estimated costs appear in the run UI as an extra run phase, between the plan and apply.
The estimate displays a total monthly cost by default; you can expand the estimate to see an itemized list of resource costs, as well as the list of unestimated resources.
Note that this is just an estimate; some resources don't have cost information available or have unpredictable usage-based pricing. Supported resources are listed in this document's sub-pages.
Verifying Costs in Policies
You can use a Sentinel policy to validate your configuration's cost estimates using the tfrun
import. The example policy below checks that the new cost delta is no more than $100. A new t3.nano
instance should be well below that. A decimal
import is available for more accurate math when working with currency numbers.
Supported Resources
Cost estimation in HCP Terraform supports Terraform resources within three major cloud providers.