Skip to content

Commit 9a6cf44

Browse files
author
Dmitry Berezovsky
committed
Temporary removed ldap mapping to EBS
1 parent 7878e22 commit 9a6cf44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/domain_controller/variables.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ variable "target_subnet_id" {
33
}
44

55
variable "trusted_networks_ssh" {
6+
type = "list"
67
description = "The list of CIDRs to be whitelisted for SSH access"
78
}
89

910
variable "trusted_networks_webpanel" {
11+
type = "list"
1012
description = "The list of CIDRs to be whitelisted for web panel (port 81)"
1113
}
1214

1315
variable "trusted_networks_vpn" {
1416
description = "The list of CIDRs to be whitelisted for openvpn access"
15-
default = "0.0.0.0/0"
17+
default = ["0.0.0.0/0"]
18+
type = "list"
1619
}
1720

1821
variable "default_security_group_ids" {

0 commit comments

Comments
 (0)