Skip to content

Commit

Permalink
feat: add 'compute.subnetworks.get' permission to AutoMQ custom role
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq committed Nov 11, 2024
1 parent 8b2e573 commit c9c4026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ resource "google_project_iam_custom_role" "automq_byoc_compute_role" {
"compute.instances.list",
"compute.networks.get",
"compute.networks.list",
"compute.subnetworks.get"
]
}

Expand Down

0 comments on commit c9c4026

Please sign in to comment.