Closed brettcurtis closed 4 months ago
The recent changes involve removing references to Istio, particularly its configurations and resources, from multiple files. The updates also include renaming certain test blocks and adding the tool checkov
to the README file. The Google provider version has been bumped from 5.36.0
to 5.37.0
, reflecting a minor update.
File/Directory | Change Summary |
---|---|
README.md |
Added checkov tool, removed Istio references, updated Google provider version to 5.37.0 . |
tests/default.tftest.hcl |
Removed mock_provider "helm" , renamed test runs, removed Istio-related test runs. |
tests/fixtures/gke_fleet_host/regional_mci/main.tf |
Removed istio_gateway_mci_global_address from module "test" . |
locals.tf |
Removed istio_gateway_domains declaration from locals block. |
main.tf |
Removed resources related to Google Compute and DNS management for Istio Gateway. |
outputs.tf |
Removed Istio Gateway multi-cluster ingress SSL certificate and address outputs. |
tests/fixtures/gke_fleet_host/main.tf |
Removed istio_gateway_dns block. |
tests/fixtures/gke_fleet_host/outputs.tf |
Removed output declarations for istio_gateway_mci_global_address and istio_gateway_mci_ssl_certificate_name . |
tests/fixtures/gke_fleet_host/variables.tf |
Removed dns_project_id and istio_gateway_domain variable declarations. |
variables.tf |
Removed istio_gateway_dns variable declaration. |
No sequence diagrams necessary as changes are primarily configuration and resource removals without altering control flow.
This pull request is aligned with your company's FinOps policies and the Well-Architected Framework.
Changed project | Baseline cost | Usage cost* | Total change | New monthly cost |
tests-fixtures-gke_fleet_host-regional_istio | -$7 | +$0 | -$7 | $0 |
This comment will be updated when code changes.
Summary by CodeRabbit
Documentation
checkov
tool and remove references toistio
on GKE.google
provider version to5.37.0
.Refactor
Tests