Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

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 v27
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 4890f6a commit 8b428a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "google_project_iam_custom_role" "gitlab_runner_custom_role" {
# Reference https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/v16.1.0/modules/workload-identity
module "gitlab_runner_workload_identity_mapping" {
source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity"
version = "16.1.0"
version = "27.0.0"
name = local.workload_identity_name
namespace = local.runner_namespace
project_id = var.project_id
Expand Down

0 comments on commit 8b428a5

Please sign in to comment.