Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/service-accoun…
Browse files Browse the repository at this point in the history
…ts/google to ~> 4.2 (GoogleCloudPlatform#98)

Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate-bot and apeabody authored Nov 1, 2023
1 parent 7fb5ebb commit 2b29bd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cloud_run_vpc_connector/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "service_account" {
source = "terraform-google-modules/service-accounts/google"
version = "~> 4.1.1"
version = "~> 4.2"
project_id = var.project_id
prefix = "sa-cloud-run"
names = ["vpc-connector"]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_cloud_run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "service_account" {
source = "terraform-google-modules/service-accounts/google"
version = "~> 4.1.1"
version = "~> 4.2"
project_id = var.project_id
prefix = "sa-cloud-run"
names = ["simple"]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_cloud_run_with_cmek/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ locals {

module "service_account" {
source = "terraform-google-modules/service-accounts/google"
version = "~> 4.1.1"
version = "~> 4.2"
project_id = var.project_id
prefix = "sa-cloud-run"
names = ["cmek"]
Expand Down

0 comments on commit 2b29bd7

Please sign in to comment.