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" }