Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/kubernetes-eng…
Browse files Browse the repository at this point in the history
…ine/google to ~> 14.3.0
  • Loading branch information
renovate-bot committed Jan 30, 2024
1 parent 7ec24f4 commit 98bf5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5-infrastructure/modules/base-env/boa-gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data "google_project" "gke_project" {

module "clusters" {
source = "terraform-google-modules/kubernetes-engine/google//modules/safer-cluster"
version = "~> 14.0.1"
version = "~> 14.3.0"
for_each = local.gke_settings

project_id = var.boa_gke_project_id
Expand Down

0 comments on commit 98bf5ad

Please sign in to comment.