We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7878e22 commit 9a6cf44Copy full SHA for 9a6cf44
modules/domain_controller/variables.tf
@@ -3,16 +3,19 @@ variable "target_subnet_id" {
3
}
4
5
variable "trusted_networks_ssh" {
6
+ type = "list"
7
description = "The list of CIDRs to be whitelisted for SSH access"
8
9
10
variable "trusted_networks_webpanel" {
11
12
description = "The list of CIDRs to be whitelisted for web panel (port 81)"
13
14
15
variable "trusted_networks_vpn" {
16
description = "The list of CIDRs to be whitelisted for openvpn access"
- default = "0.0.0.0/0"
17
+ default = ["0.0.0.0/0"]
18
19
20
21
variable "default_security_group_ids" {
0 commit comments