From dc0b4c25cd1e704a0f4ef8c1254713f81f70cf25 Mon Sep 17 00:00:00 2001 From: Evgeny Leonov Date: Tue, 17 Oct 2023 14:48:26 +0200 Subject: [PATCH] chore(iam): bump module version --- modules/iam/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/iam/main.tf b/modules/iam/main.tf index fb6cf0c..261e2b4 100644 --- a/modules/iam/main.tf +++ b/modules/iam/main.tf @@ -30,7 +30,7 @@ module "teamlead" { module "developer" { 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_id role_id = "developer"