Skip to content

Commit

Permalink
Update Terraform terraform-google-modules/iam/google to v7.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent db865b0 commit 5320110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "service_account" {

module "custom_role" {
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
version = "7.7.0"
version = "7.7.1"

target_level = "project"
target_id = var.project
Expand Down Expand Up @@ -67,7 +67,7 @@ module "custom_role" {

module "iam_service_accounts" {
source = "terraform-google-modules/iam/google//modules/service_accounts_iam"
version = "7.7.0"
version = "7.7.1"

project = var.project
mode = "authoritative"
Expand Down Expand Up @@ -113,7 +113,7 @@ module "bucket" {

module "iam_storage_buckets" {
source = "terraform-google-modules/iam/google//modules/storage_buckets_iam"
version = "7.7.0"
version = "7.7.1"

storage_buckets = [module.bucket.bucket.name]
mode = "authoritative"
Expand Down

0 comments on commit 5320110

Please sign in to comment.