Skip to content

Commit

Permalink
EDSF-340 web_console_cidr variable default value should not be 0.0.0.…
Browse files Browse the repository at this point in the history
…0/0 in installation examples
  • Loading branch information
linda.nasredin committed Nov 23, 2023
1 parent a80dec7 commit 04a30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws/poc/dsf_deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ variable "password" {
##############################
variable "web_console_cidr" {
type = list(string)
default = ["0.0.0.0/0"]
default = []
description = "DSF Hub and MX web console IPs range. Please specify IPs in the following format - [\"x.x.x.x/x\", \"y.y.y.y/y\"]. The default configuration opens the DSF Hub web console as a public website. It is recommended to specify a more restricted IP and CIDR range."
}

Expand Down

0 comments on commit 04a30fa

Please sign in to comment.