Skip to content

Instantly share code, notes, and snippets.

@Nogbit
Last active May 21, 2022 19:08
Show Gist options
  • Save Nogbit/6d46615f7f7b033f2c550ad2eca2b6d2 to your computer and use it in GitHub Desktop.
Save Nogbit/6d46615f7f7b033f2c550ad2eca2b6d2 to your computer and use it in GitHub Desktop.
SCC - Article - 1
variable "org_id" {
description = "The GCP organization that the SA of the Golden Image Scanner will have access to it's Security Command Center"
type = string
}
variable "project_id" {
description = "The GCP project that your Golden Image Scanner will run in"
type = string
}
variable "region" {
description = "The GCP region where resources will be provisioned"
type = string
}
variable "gcf_git_url" {
description = "The URL of the git repository having the Golden Image Scanner source code"
}
variable "image_family" {
description = "The GCE Image Family that is to be scanned"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment