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 87b469a commit c57ff5cCopy full SHA for c57ff5c
modules/vm-workload-scanning/organizational.tf
@@ -12,7 +12,7 @@ data "google_organization" "org" {
12
###################################################
13
14
#---------------------------------------------------------------------------------------------
15
-# role permissions for CSPM (GCP Predefined Roles for Sysdig Cloud Secure Posture Management)
+# role permissions for VM Workload Scanning
16
17
resource "google_organization_iam_custom_role" "custom_role" {
18
count = var.is_organizational ? 1 : 0
0 commit comments