Closed brettcurtis closed 4 months ago
Recent updates introduced a new input variable monthly_budget_amount
for budget configuration and various version updates for the google
and google-beta
providers in multiple Terraform lock files. Additionally, there was a minor renaming in the GitHub workflow file.
File/Path | Summary of Changes |
---|---|
README.md , main.tf , tfvars/production.tfvars , variables.tf |
Added monthly_budget_amount variable for budget configuration. |
.github/workflows/dependabot.yml |
Renamed workflow from "Dependabot Approval and Merge" to "Dependabot Approve and Merge". |
regional/.../.terraform.lock.hcl |
Updated google and google-beta provider versions from 5.37.0 to 5.38.0 and modified associated hashes. |
regional/istio/README.md , regional/mci/README.md , regional/onboarding/README.md |
Updated provider version references from 5.37.0 to 5.38.0 . |
This pull request is aligned with your company's FinOps policies and the Well-Architected Framework.
This comment will be updated when code changes.
Summary by CodeRabbit
New Features
Documentation
monthly_budget_amount
variable.README.md
files to reflect the new provider version5.38.0
.Chores
5.37.0
to5.38.0
across multiple.terraform.lock.hcl
files.