All Modules
GCPSecurity

Security Command Center

Security posture management with custom modules and notifications

Usage

module "security_command_center" {
  source = "github.com/fencepencil/gcp-modules//security-command-center"

  project_id = "<project_id>"
  name_prefix = "<name_prefix>"

  tags = var.tags
}

Inputs (4)

NameTypeDescriptionDefaultRequired
project_idstringGCP project IDyes
name_prefixstringPrefix for resource namingyes
custom_modulesmap(object)Custom SCC modules{}no
pubsub_topicstringPub/Sub topic for notificationsnullno

Outputs (2)

NameDescription
custom_module_idsMap of custom module IDs
notification_config_nameName of the notification config

More GCP Modules

Browse our full library of GCP infrastructure modules.

View all GCP modules