From 7b8b49fc1a7a3cb9008662e760324b3c8e61706e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 1 Nov 2023 17:18:34 +0000 Subject: [PATCH 1/4] chore(deps): Update Terraform terraform-google-modules/service-accounts/google to ~> 4.2.0 --- examples/cloud_run_vpc_connector/main.tf | 2 +- examples/simple_cloud_run/main.tf | 2 +- examples/simple_cloud_run_with_cmek/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cloud_run_vpc_connector/main.tf b/examples/cloud_run_vpc_connector/main.tf index c30237b5..008d052f 100644 --- a/examples/cloud_run_vpc_connector/main.tf +++ b/examples/cloud_run_vpc_connector/main.tf @@ -16,7 +16,7 @@ module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.1.1" + version = "~> 4.2.0" project_id = var.project_id prefix = "sa-cloud-run" names = ["vpc-connector"] diff --git a/examples/simple_cloud_run/main.tf b/examples/simple_cloud_run/main.tf index 4992bb1f..93caac0d 100644 --- a/examples/simple_cloud_run/main.tf +++ b/examples/simple_cloud_run/main.tf @@ -16,7 +16,7 @@ module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.1.1" + version = "~> 4.2.0" project_id = var.project_id prefix = "sa-cloud-run" names = ["simple"] diff --git a/examples/simple_cloud_run_with_cmek/main.tf b/examples/simple_cloud_run_with_cmek/main.tf index 96510651..fa7b196e 100644 --- a/examples/simple_cloud_run_with_cmek/main.tf +++ b/examples/simple_cloud_run_with_cmek/main.tf @@ -20,7 +20,7 @@ locals { module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.1.1" + version = "~> 4.2.0" project_id = var.project_id prefix = "sa-cloud-run" names = ["cmek"] From 3bda2ef4454fcacf26f2b0a0eea1a38fbb3cecd1 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 1 Nov 2023 10:20:53 -0700 Subject: [PATCH 2/4] Update main.tf --- examples/cloud_run_vpc_connector/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud_run_vpc_connector/main.tf b/examples/cloud_run_vpc_connector/main.tf index 008d052f..c76d903b 100644 --- a/examples/cloud_run_vpc_connector/main.tf +++ b/examples/cloud_run_vpc_connector/main.tf @@ -16,7 +16,7 @@ module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.2.0" + version = "~> 4.2" project_id = var.project_id prefix = "sa-cloud-run" names = ["vpc-connector"] From 284e112112e7b4c6c50c75bba06434dcdc3ef28f Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 1 Nov 2023 10:21:02 -0700 Subject: [PATCH 3/4] Update main.tf --- examples/simple_cloud_run/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_cloud_run/main.tf b/examples/simple_cloud_run/main.tf index 93caac0d..c3fe3a4d 100644 --- a/examples/simple_cloud_run/main.tf +++ b/examples/simple_cloud_run/main.tf @@ -16,7 +16,7 @@ module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.2.0" + version = "~> 4.2" project_id = var.project_id prefix = "sa-cloud-run" names = ["simple"] From 1e46d3d963895d2b531ebc5d19f1375b72b425d9 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 1 Nov 2023 10:21:10 -0700 Subject: [PATCH 4/4] Update main.tf --- examples/simple_cloud_run_with_cmek/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_cloud_run_with_cmek/main.tf b/examples/simple_cloud_run_with_cmek/main.tf index fa7b196e..76f8e203 100644 --- a/examples/simple_cloud_run_with_cmek/main.tf +++ b/examples/simple_cloud_run_with_cmek/main.tf @@ -20,7 +20,7 @@ locals { module "service_account" { source = "terraform-google-modules/service-accounts/google" - version = "~> 4.2.0" + version = "~> 4.2" project_id = var.project_id prefix = "sa-cloud-run" names = ["cmek"]