Skip to content

Commit 338f06d

Browse files
Add enable_waf variable to network data module
Co-Authored-By: Loren Yu <loren@navapbc.com>
1 parent 1417345 commit 338f06d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

infra/modules/network/data/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ variable "name" {
77
type = string
88
description = "The name of the VPC"
99
}
10+
11+
variable "enable_waf" {
12+
type = bool
13+
description = "Whether to enable AWS Web Application Firewall (WAF) for ALBs in this network."
14+
default = true
15+
}

0 commit comments

Comments
 (0)