We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210d5bc commit 87b469aCopy full SHA for 87b469a
modules/vm-workload-scanning/organizational.tf
@@ -18,7 +18,7 @@ resource "google_organization_iam_custom_role" "custom_role" {
18
count = var.is_organizational ? 1 : 0
19
20
org_id = data.google_organization.org[0].org_id
21
- role_id = "vmWorkloadScanningRole"
+ role_id = "${var.role_name}vmWorkloadScanningRole${title(local.suffix)}"
22
title = "VM Workload Scanning Role"
23
permissions = [
24
"artifactregistry.repositories.downloadArtifacts",
0 commit comments