Closed brettcurtis closed 1 month ago
Infracost free monthly run limit exceeded. Please contact hello@infracost.io to purchase usage pack.: 403 Forbidden Infracost free monthly run limit exceeded. Please contact hello@infracost.io to purchase usage pack.
The pull request introduces multiple enhancements to the GitHub Actions workflows for managing cert-manager and Istio CSR resources across two regions: us-east1
and us-east4
. New jobs are added to the workflows, and existing job dependencies are updated accordingly. Additionally, the version of the google-beta
provider is updated from 6.3.0
to 6.4.0
in various files. New Terraform variable files and documentation are created for managing configurations in different environments, including production, non-production, and sandbox setups.
Files | Change Summary |
---|---|
.github/workflows/sandbox-destroy.yml , .github/workflows/sandbox.yml |
Added new jobs for cert-manager and Istio CSR management in us-east1 and us-east4 regions; updated job dependencies for existing onboarding jobs. |
.terraform.lock.hcl , regional/cert-manager/.terraform.lock.hcl , regional/cert-manager/istio-csr/.terraform.lock.hcl |
Updated google-beta provider version from 6.3.0 to 6.4.0 ; updated hashes for integrity verification. |
regional/cert-manager/README.md , regional/cert-manager/istio-csr/README.md , regional/datadog/README.md , regional/istio/README.md , regional/onboarding/README.md |
Updated Google provider version from 6.3.0 to 6.4.0 in respective README files. |
regional/cert-manager/variables.tf |
Introduced new input variables: environment , region , remote_bucket , and zone for configuration management. |
regional/cert-manager/istio-csr/*.tfvars |
Added multiple environment-specific variable files for us-east1 and us-east4 regions, defining settings for production, non-production, and sandbox environments. |
Summary by CodeRabbit
Release Notes
New Features
us-east1
andus-east4
regions.Bug Fixes
Chores
us-east1
andus-east4
regions.