Easily build complex reports
Monitoring and efficiency metrics
Custom cost allocation tags
Network cost visibility
Organizational cost hierarchies
Budgeting and budget alerts
Discover active resources
Consumption-based insights
Alerts for unexpected charges
Automated AWS cost savings
Discover cost savings
Unified view of AWS discounts
COGS and business metrics
Model savings plans
Collaborate on cost initiatives
Create and manage your teams
Automate cloud infrastructure
Cloud cost issue tracking
Detect cost spikes
by Vantage Team
Today, Vantage announces updates to its Terraform provider. New Terraform resources are now available. In addition, data sources are now available within the provider. Customers who use Terraform in Infrastructure as Code environments can create additional Vantage resources and easily access external Vantage data using data sources.
The following resources are now available in the Terraform provider:
vantage_segment
vantage_team
vantage_access_grant
vantage_report_notification
Vantage also announces the release of data sources. Practitioners use data sources to fetch and reference information from outside their Terraform configuration. For example, with the vantage_teams data source, a customer can easily access all their existing teams in Vantage to apply access grants using the vantage_access_grant resource. The following data sources are now available:
vantage_teams
vantage_access_grants
vantage_cost_reports
vantage_dashboards
vantage_folders
vantage_saved_filters
vantage_segments
vantage_users
vantage_workspaces
In addition, to the above updates, the vantage_cost_report resource now supports the groupings parameter. Users can specify a set of report groupings in the following format:
vantage_cost_report
groupings
resource "vantage_cost_report" "demo_report" { title = "Demo Report" folder_token = "fldr_3555785cd0409118" filter = "costs.provider = 'aws'" groupings = "provider,service,region" workspace_token = "wrkspc_47c3254c790e9351"
These new Terraform updates are now available for all users, including users in the free tier. To get started, navigate to the API Access Tokens page and generate a Read/Write API key. See the documentation on the Terraform Registry for examples.
1. What is being announced today?
Vantage is announcing updates to its Terraform provider. New resources and data sources are now available.
2. Who is the customer?
The customer is anyone who would like to automate the setup and maintenance of their Vantage resources with Terraform.
3. How much does this feature cost?
The Terraform provider is free to all users.
4. Which resources can be managed with Terraform?
Cost Reports, folders, saved filters, dashboards, access grants, teams, segments, and report notifications.
5. How do I authenticate with Vantage using the Terraform provider?
The Vantage Terraform provider uses a Vantage API token for authentication. All API calls performed by the Terraform provider are authenticated using your user token.
6. Are there plans to add other primitives to the Terraform provider?
Yes, as new resources are added to the Vantage API, they will be added to the Terraform provider.
7. Where can I read the documentation?
The Vantage Terraform provider documentation is available on the Terraform Registry. Additional information is available in our product documentation.
Vantage announces support for ClickHouse Cloud costs in the Vantage console. Vantage customers can now see their overall ClickHouse Cloud costs alongside their other infrastructure providers.
Users can now programmatically retrieve forecasted cloud spend based on their current usage trends.
Users can now programmatically create reports to analyze the source and destination of network traffic that contributes to cloud costs with Network Flow Reports, as well as generate a unified view of all AWS financial commitments with Financial Commitment Reports.