You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
description = "Project ID where the Cloud Functions should be installed."
}
variable "findings-project" {
type = string
default = ""
description = "(Unused if `enable-scc-notification` is true) Project ID where Event Threat Detection security findings are sent to by the Security Command Center. Configured in the Google Cloud Console in Security > Threat Detection."
}
variable "organization-id" {
type = string
description = "Organization ID."
}
variable "folder-ids" {
type = list(string)
description = "Folder IDs on which to grant permission"
}
variable "enable-scc-notification" {
type = bool
default = true
description = "If true, create the notification config from SCC instead of Cloud Logging"