From 5811e87569ff573f7ca8778f971e06e231b43f51 Mon Sep 17 00:00:00 2001 From: Eldad Assis Date: Thu, 14 Nov 2024 20:25:40 -0700 Subject: [PATCH] Small adjustment to a comment --- 6.artifactory-aws-install/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.artifactory-aws-install/variables.tf b/6.artifactory-aws-install/variables.tf index 2fa1bde..698dd62 100644 --- a/6.artifactory-aws-install/variables.tf +++ b/6.artifactory-aws-install/variables.tf @@ -1,10 +1,10 @@ # Setup the required variables -# WARNING: CIDR "0.0.0.0/0" is full public access to the cluster, you should use a more restrictive CIDR variable "region" { default = "eu-central-1" } +# WARNING: CIDR "0.0.0.0/0" is full public access to the cluster. You should use a more restrictive CIDR variable "cluster_public_access_cidrs" { default = "0.0.0.0/0" }