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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,14 @@ After provisioning, don't forget to run commands below:
18
18
***ami_id:** Amazon Linux AMI ID
19
19
***instance_type:** Instance type of the VPN box (t2.small is mostly enough)
20
20
***whitelist:** List of office IP addresses that you can SSH and non-VPN connected users can reach temporary profile download pages
21
+
***internal_cidrs:** List of CIDRs that will be whitelisted to access the VPN server internally. _This option replaced the hard-coded 10.0.0.0/8 network range_
21
22
***tags:** Map of AWS Tag key and values
22
23
***resource_name_prefix:** All the resources will be prefixed with the value of this variable
23
24
***healthchecks_io_key:** Health check key for healthchecks.io
24
25
25
26
# Outputs
26
27
***vpn_instance_private_ip_address:** Private IP address of the instance
0 commit comments