Skip to content

Commit

Permalink
chore(iam): bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
eleonov committed Oct 17, 2023
1 parent 1de471c commit dc0b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc0b4c2

Please sign in to comment.