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 v4.2.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent c9a4e8e commit 637ae24
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 637ae24

Please sign in to comment.