All Modules
GCPSecurity

Cloud Armor

WAF with rate limiting, preconfigured OWASP rules, and adaptive protection

Usage

module "cloud_armor" {
  source = "github.com/fencepencil/gcp-modules//cloud-armor"

  project_id = "<project_id>"
  name = "<name>"

  tags = var.tags
}

Inputs (5)

NameTypeDescriptionDefaultRequired
project_idstringGCP project IDyes
namestringSecurity policy nameyes
rate_limitnumberRequests per minute per IP500no
ip_allowlistlist(string)CIDRs to allowlist[]no
enable_adaptive_protectionboolEnable adaptive protectiontrueno

Outputs (3)

NameDescription
policy_idID of the security policy
policy_nameName of the security policy
policy_self_linkSelf link of the policy

More GCP Modules

Browse our full library of GCP infrastructure modules.

View all GCP modules