Skip to content

Commit

Permalink
Merge pull request #1127 from portefaix/renovate/terraform-google-mod…
Browse files Browse the repository at this point in the history
…ules-service-accounts-google-4.x

chore(deps): update terraform terraform-google-modules/service-accounts/google to v4.2.3
  • Loading branch information
nlamirault authored Apr 16, 2024
2 parents 6865506 + 637ae24 commit c8def93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/oidc/iam.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "sa_tf_bootstrap" {
source = "terraform-google-modules/service-accounts/google"
version = "4.2.2"
version = "4.2.3"

providers = {
google = google.bootstrap
Expand All @@ -19,7 +19,7 @@ module "sa_tf_bootstrap" {

module "sa_tf_network" {
source = "terraform-google-modules/service-accounts/google"
version = "4.2.2"
version = "4.2.3"

providers = {
google = google.network
Expand Down

0 comments on commit c8def93

Please sign in to comment.