Closed brettcurtis closed 9 months ago
The update introduces a new feature for managing cloud costs by enabling specific Google Cloud APIs and adding a BigQuery dataset for billing export. It includes updates to provider versions, a new variable for toggling cloud cost management, and adjustments in test fixtures to support the new functionality. This change allows for more efficient cloud cost analysis and management.
File Path | Change Summary |
---|---|
README.md , global/README.md |
Added conditions for enabling APIs based on enable_cloud_cost_management , updated provider versions, and added google_bigquery_dataset.billing_export . |
global/main.tf |
Added a new BigQuery dataset resource for exporting billing data. |
global/variables.tf |
Introduced enable_cloud_cost_management variable to control cloud cost data collection. |
test/fixtures/.../infracost-usage.yml |
Specified usage values for BigQuery dataset resources related to billing export. |
test/fixtures/.../main.tf |
Enabled cloud cost management in the test module. |
test/fixtures/.../variables.tf |
Minor modification related to the project variable declaration. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Project | Cost change | New monthly cost |
default_integration | $0 | $9 |
48 FinOps policies and 1 Tagging policy passed. |
View in Infracost Cloud. This comment will be updated when code changes.
This is a section of the work required for #9. We are waiting for an upstream issue before we can manage it all.
Summary by CodeRabbit
New Features
Documentation
Tests