Skip to content

Commit

Permalink
Merge pull request #99 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.1
  • Loading branch information
nlamirault authored Oct 25, 2023
2 parents db865b0 + 5320110 commit ddb9595
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 ddb9595

Please sign in to comment.