You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIG-VARS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ You can use `default_public_access_cidrs` to set a default range for all created
70
70
71
71
| Name | Description | Type | Default | Notes |
72
72
| :--- | ---: | ---: | ---: | ---: |
73
-
| default_public_access_cidrs | IP address ranges allowed to access all created cloud resources | list of strings || Sets a default for all resources. |
73
+
| default_public_access_cidrs | IP address ranges allowed to access all created cloud resources | list of strings || Sets a default for all resources. Not setting the CIDR range creates a fully public site, this is not recommended for security reasons. |
74
74
| cluster_endpoint_public_access_cidrs | IP address ranges allowed to access the AKS cluster API | list of strings || For client admin access to the cluster api (by `kubectl`, for example). Only used with `cluster_api_mode=public`|
75
75
| vm_public_access_cidrs | IP address ranges allowed to access the VMs | list of strings || Opens port 22 for SSH access to the jump server and/or NFS VM by adding Ingress Rule on the NSG. Only used with `create_jump_public_ip=true` or `create_nfs_public_ip=true`|
76
76
| postgres_public_access_cidrs | IP address ranges allowed to access the Azure PostgreSQL Flexible Server | list of strings || Opens port 5432 by adding Ingress Rule on the NSG. Only used when creating postgres instances. |
0 commit comments