Skip to content

Add role for the GCP VM Scanner. Refresh docs.#42

Open
grzr wants to merge 2 commits into
mainfrom
GBICSGO-3200
Open

Add role for the GCP VM Scanner. Refresh docs.#42
grzr wants to merge 2 commits into
mainfrom
GBICSGO-3200

Conversation

@grzr

@grzr grzr commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread terraform/modules/gcp-org/main.tf Outdated
description = "Permissions for Pantheon to be able scan machine snapshots and list instances."
permissions = [
"compute.snapshots.create",
"compute.instances.list"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. what about "compute.snapshots.delete"
  2. why is "compute.instances.list" necessary if engine has already the perission. Otherwise if necessary isn't "compute.instances.get" missing?

description = "The ID of the organization that owns the resources that you want to scan. Needs to be set by user. Either org_id or folder_ids must be set."
}

variable "folder_ids" {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lately single project onboarding was added for GCP. should this be supported here as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants