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 committed Sep 24, 2024
1 parent ded2ccf commit cff19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "google_project_iam_member" "notebook_instance_caip" {
# create custom role from dataViewer that doesn't allow export
module "role_restricted_data_viewer" {
source = "terraform-google-modules/iam/google//modules/custom_role_iam"
version = "~> 6.4"
version = "~> 8.0"

target_level = "project"
target_id = var.project_trusted_data
Expand Down

0 comments on commit cff19c1

Please sign in to comment.