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)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
project_id | string | GCP project ID | — | yes |
name_prefix | string | Prefix for resource naming | — | yes |
custom_modules | map(object) | Custom SCC modules | {} | no |
pubsub_topic | string | Pub/Sub topic for notifications | null | no |
Outputs (2)
| Name | Description |
|---|---|
custom_module_ids | Map of custom module IDs |
notification_config_name | Name of the notification config |