diff --git a/.gitignore b/.gitignore index 4af90a9..cb4ecfc 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,9 @@ override.tf.json # Ignore plan output files plan.out +# Ignore checkov directories and files +.external_modules + # Ignore Infracost directories and files .infracost diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a422cc7..651a22c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,11 +29,12 @@ repos: - id: terraform_docs - repo: https://github.com/bridgecrewio/checkov.git - rev: 3.2.296 + rev: 3.2.343 hooks: - id: checkov verbose: true args: + - --download-external-modules=true - --skip-check - "CKV_TF_1" - --quiet diff --git a/README.md b/README.md index 602c58d..c1ccc2a 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ No requirements. | Name | Version | |------|---------| -| [google](#provider\_google) | 6.11.1 | -| [google-beta](#provider\_google-beta) | 6.11.1 | +| [google](#provider\_google) | 6.14.1 | +| [google-beta](#provider\_google-beta) | 6.14.1 | ### Modules diff --git a/regional/README.md b/regional/README.md index ab12855..124d29d 100644 --- a/regional/README.md +++ b/regional/README.md @@ -11,9 +11,9 @@ No requirements. | Name | Version | |------|---------| -| [google](#provider\_google) | 6.11.1 | -| [helm](#provider\_helm) | 2.16.1 | -| [kubernetes](#provider\_kubernetes) | 2.33.0 | +| [google](#provider\_google) | 6.14.1 | +| [helm](#provider\_helm) | 2.17.0 | +| [kubernetes](#provider\_kubernetes) | 2.35.1 | ## Modules @@ -56,7 +56,7 @@ No requirements. | [gateway\_mci\_global\_address](#input\_gateway\_mci\_global\_address) | The IP address for the Istio Gateway multi-cluster ingress | `string` | `""` | no | | [gateway\_memory\_limits](#input\_gateway\_memory\_limits) | The memory limit for the Istio gateway | `string` | `"64Mi"` | no | | [gateway\_memory\_requests](#input\_gateway\_memory\_requests) | The memory request for the Istio gateway | `string` | `"32Mi"` | no | -| [istio\_version](#input\_istio\_version) | The version to install, this is used for the chart as well as the image tag | `string` | `"1.24.0"` | no | +| [istio\_version](#input\_istio\_version) | The version to install, this is used for the chart as well as the image tag | `string` | `"1.24.2"` | no | | [labels](#input\_labels) | A map of key/value pairs to assign to the resources being created | `map(string)` | `{}` | no | | [multi\_cluster\_service\_clusters](#input\_multi\_cluster\_service\_clusters) | List of clusters to be included in the MultiClusterService |
list(object({| `[]` | no | | [node\_location](#input\_node\_location) | The zone in which the cluster's nodes should be located. If not specified, the cluster's nodes are located across zones in the region | `string` | `null` | no | diff --git a/regional/manifests/README.md b/regional/manifests/README.md index 2364ba9..9d953a6 100755 --- a/regional/manifests/README.md +++ b/regional/manifests/README.md @@ -9,7 +9,7 @@ No requirements. | Name | Version | |------|---------| -| [kubernetes](#provider\_kubernetes) | 2.33.0 | +| [kubernetes](#provider\_kubernetes) | 2.35.1 | ## Modules diff --git a/regional/variables.tf b/regional/variables.tf index 476cb96..ba20bf5 100644 --- a/regional/variables.tf +++ b/regional/variables.tf @@ -72,7 +72,7 @@ variable "gateway_memory_requests" { variable "istio_version" { description = "The version to install, this is used for the chart as well as the image tag" type = string - default = "1.24.0" + default = "1.24.2" } variable "labels" {
link = string
}))