Skip to content

Commit

Permalink
Merge pull request #94 from nlamirault/renovate/terraform-google-modu…
Browse files Browse the repository at this point in the history
…les-iam-google-7.x

Update Terraform terraform-google-modules/iam/google to v7.7.0
  • Loading branch information
nlamirault authored Sep 21, 2023
2 parents 43c1ee5 + 7f55beb commit 352b32f
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.6.0"
version = "7.7.0"

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.6.0"
version = "7.7.0"

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.6.0"
version = "7.7.0"

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

0 comments on commit 352b32f

Please sign in to comment.