Git Product home page Git Product logo

terraform-google-security-notifications's Introduction

terraform-google-security-notifications

Configures security findings notification in the Security Command Center.

The following variables are required to use this module. Check the Inputs section below for more details.

  • organization_id
  • pubsub_topic_project_id

Some additional functional requirements may need to be met, such as:

  • Organization-level activation of the Security Command Center (Refer activation-levels). This is a limitation of the current google_scc_notification_config resource that the module deploys in the Terraform GCP provider, as of the latest available provider version(4.66.0).
  • IAM permissions to be able to create the resources in this module. Refer to the GCP docs for more details.

Resources

Name Type
google_pubsub_topic.scc_notification_topic resource
google_scc_notification_config.scc_notification_config resource

Inputs

Name Description Type Default Required
config_id Config ID for the SCC Notification Config string "scc_notification_config" no
description Description of the SCC Notification Config string "Security Command Center Notification Configuration for Critical and High vulnerabilities." no
notification_filter A valid SCC findings notification filter. By default, High and Critical security findings will be notified. string "(severity=\"HIGH\" OR severity=\"CRITICAL\") AND state=\"ACTIVE\"" no
organization_id Numerical GCP Organization ID string n/a yes
pubsub_topic A name for the Pub/Sub topic that receives the security finding notifications. string "scc_notification_topic" no
pubsub_topic_project_id Project ID for the GCP project where the receiving Pub/Sub topic will be created. string n/a yes

Outputs

Name Description
topic_id Pub/Sub Topic ID that receives the security notifications ID in the format projects/{{project}}/topics/{{name}}

Requirements

Name Version
google >=3.77.0

Providers

Name Version
google >=3.77.0

terraform-google-security-notifications's People

Contributors

3sne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.