Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/iam/google to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 50e889f commit acab38a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 03-Networking/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 7.4"
version = "~> 8.0"
projects = [var.project_id]
mode = "additive"

Expand Down
2 changes: 1 addition & 1 deletion 04-Instance-Group/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 7.4"
version = "~> 8.0"
projects = [var.project_id]
mode = "additive"

Expand Down
2 changes: 1 addition & 1 deletion 05-Load-Balancer/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 7.4"
version = "~> 8.0"
projects = [var.project_id]
mode = "additive"

Expand Down
2 changes: 1 addition & 1 deletion 06-Cloud-Function/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "project_iam_bindings" {
source = "terraform-google-modules/iam/google//modules/projects_iam"
version = "~> 7.4"
version = "~> 8.0"
projects = [var.project_id]
mode = "additive"

Expand Down

0 comments on commit acab38a

Please sign in to comment.