Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions custom_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ resource "google_project_iam_custom_role" "agentless_orchestrate_monitored_proje
role_id = replace("${var.prefix}-snapshot-${local.suffix}", "-", "_")
title = "Lacework Agentless Workload Scanning Role for monitored project (Create Snapshots)"
permissions = [
"compute.disks.createSnapshot",
"compute.disks.get",
"compute.disks.useReadOnly",
"compute.instances.get",
Expand All @@ -32,7 +31,6 @@ resource "google_organization_iam_custom_role" "agentless_orchestrate" {
title = "Lacework Agentless Workload Scanning Role for monitored organization (Organization Snapshots)"
permissions = [
"iam.roles.get",
"compute.disks.createSnapshot",
"compute.disks.get",
"compute.instances.get",
"compute.instances.list",
Expand Down