Closed brettcurtis closed 1 month ago
The pull request includes updates to various configuration and documentation files. Key changes involve upgrading the versions of pre-commit hooks and Terraform providers, specifically the pre-commit-terraform
and checkov
repositories, as well as the Google Beta provider. Additionally, version numbers for modules in the README files have been updated, and there are formatting adjustments in documentation related to input variables across multiple files. The changes aim to standardize attribute references and improve documentation consistency without altering existing functionality.
Files | Change Summary |
---|---|
.pre-commit-config.yaml |
Updated pre-commit-terraform version from v1.95.0 to v1.96.1 and checkov from 3.2.253 to 3.2.255 . |
.terraform.lock.hcl |
Updated Google Beta provider version from 6.2.0 to 6.3.0 with new hashes. |
README.md |
Updated datadog module version from v0.2.1 to v0.3.0 and project module from v0.3.1 to v0.4.0 . |
main.tf |
Changed project_id to id for datadog , kubernetes_engine , and kubernetes_istio modules. |
outputs.tf |
Updated output values for project_id and project_number to use id and number , respectively. |
regional/README.md |
Adjusted line breaks in Kubernetes Engine input variable documentation. |
regional/datadog/README.md |
Updated Google provider version from 6.2.0 to 6.3.0 . |
regional/datadog/manifests/README.md |
Updated Google provider version from 6.2.0 to 6.3.0 . |
regional/istio/README.md |
Updated Google provider version from 6.2.0 to 6.3.0 and adjusted formatting for kubernetes_istio_gateway_dns . |
regional/istio/manifests/README.md |
Updated Google provider version from 6.2.0 to 6.3.0 and modified input variable documentation formatting. |
regional/onboarding/README.md |
Updated Google provider version from 6.2.0 to 6.3.0 . |
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.
Summary by CodeRabbit
New Features
Documentation
Chores