Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/service-accounts/google to …
Browse files Browse the repository at this point in the history
…v4.4.3
  • Loading branch information
renovate-bot committed Dec 13, 2024
1 parent 0631f34 commit 642da64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/terraform/modules/activation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ resource "google_artifact_registry_repository" "activation_repository" {

module "pipeline_service_account" {
source = "terraform-google-modules/service-accounts/google"
version = "4.4.0"
version = "4.4.3"
project_id = null_resource.check_dataflow_api.id != "" ? module.project_services.project_id : var.project_id
prefix = local.app_prefix
names = [local.pipeline_service_account_name]
Expand All @@ -424,7 +424,7 @@ module "pipeline_service_account" {

module "trigger_function_account" {
source = "terraform-google-modules/service-accounts/google"
version = "4.4.0"
version = "4.4.3"
project_id = null_resource.check_pubsub_api.id != "" ? module.project_services.project_id : var.project_id
prefix = local.app_prefix
names = [local.trigger_function_account_name]
Expand Down

0 comments on commit 642da64

Please sign in to comment.