Skip to content

Commit 3bfa901

Browse files
author
Patrick Bareiss
committed
small bug fix
1 parent 266df53 commit 3bfa901

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

terraform/azure/variable.tf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,12 @@ variable "nginx_server" {
9191

9292
variable "zeek_server" { }
9393

94-
variable "snort_server" { }
94+
variable "snort_server" { }
95+
96+
variable "caldera_server" {
97+
type = map(string)
98+
99+
default = {
100+
"caldera_server" = "0"
101+
}
102+
}

0 commit comments

Comments
 (0)