diff --git a/core/terraform/example-scenario/terraform/variables.tf b/core/terraform/example-scenario/terraform/variables.tf index a6333831..70116ddd 100644 --- a/core/terraform/example-scenario/terraform/variables.tf +++ b/core/terraform/example-scenario/terraform/variables.tf @@ -19,7 +19,6 @@ variable "cgid" { #Required variable "cg_whitelist" { description = "User's public IP address(es)" - default = ["0.0.0.0/0"] type = list(string) }