From 4fc98044d4c49d3f8462b07c7c7bf2c3c6f97d1c Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:01:22 +0000 Subject: [PATCH] chore(deps): update terraform terraform-google-modules/service-accounts/google to v4.4.3 --- terraform/modules.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules.tf b/terraform/modules.tf index 048564371..cd9bcefb1 100644 --- a/terraform/modules.tf +++ b/terraform/modules.tf @@ -87,7 +87,7 @@ module "github-repository" { module "github-service-account" { source = "terraform-google-modules/service-accounts/google" - version = "4.4.2" + version = "4.4.3" providers = { google = google.impersonated } display_name = "GitHub Service Account" names = ["oidc"]