Closed brettcurtis closed 7 months ago
Changed project | Baseline cost | Usage cost* | Total change | New monthly cost |
global-sandbox | +$0 | -$25 | -$25 (-67%) | $12 |
*Usage costs were estimated using Infracost Cloud settings, see docs for other options.
52 FinOps policies, 1 Tagging policy, and 1 Guardrail passed. |
View report in Infracost Cloud. This comment will be updated when code changes.
Walkthrough
## Walkthrough The recent updates primarily focus on version upgrades and configuration adjustments across various components. Notably, there's a shift in the Terraform Google provider versions from 5.22.0 to 5.24.0, alongside updates to other providers like helm and kubernetes, reflecting a stride towards maintaining up-to-date dependencies. Furthermore, adjustments in configurations, such as the disabling of Datadog integration and modification in billing account settings, indicate refinements aimed at optimizing operational aspects and cost management. ## Changes | Files | Change Summary | |-------|----------------| | `.github/workflows/sandbox.yml` | Removed `-var=billing_account` argument from `terraform_plan_secret_args`. | | `.pre-commit-config.yaml` | Updated `pre-commit/pre-commit-hooks` revision from `v4.5.0` to `v4.6.0`. | | `global/.../.terraform.lock.hcl`, `global/README.md`, `global/tfvars/sandbox.tfvars`, `global/variables.tf` | Updated Google provider version to `5.24.0`, changed `billing_account` default value, and toggled `enable_datadog` to `false`. | | `regional/.../.terraform.lock.hcl`, `regional/istio/...`, `regional/mci/...`, `regional/onboarding/...` | Updated versions for Google, helm, and Kubernetes providers across regional configurations. Adjusted corresponding hashes and documentation to reflect new provider versions. |Recent Review Details
**Configuration used: CodeRabbit UI**Commits
Files that changed from the base of the PR and between b41bb6891c69e91781431b5ca80450aab31bec66 and 64be76e602cd4a0fbcbc6e84be5f681319bb5250.Files selected for processing (13)
* .github/workflows/sandbox.yml (1 hunks) * .pre-commit-config.yaml (1 hunks) * global/.terraform.lock.hcl (1 hunks) * global/README.md (1 hunks) * global/tfvars/sandbox.tfvars (1 hunks) * global/variables.tf (1 hunks) * regional/.terraform.lock.hcl (1 hunks) * regional/istio/.terraform.lock.hcl (1 hunks) * regional/istio/README.md (1 hunks) * regional/mci/.terraform.lock.hcl (1 hunks) * regional/mci/README.md (1 hunks) * regional/onboarding/.terraform.lock.hcl (1 hunks) * regional/onboarding/README.md (1 hunks)Additional comments not posted (18)
Tips
### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit