We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c4bbb commit 5123b88Copy full SHA for 5123b88
1 file changed
terraform/mysettings.tfvars
@@ -10,12 +10,11 @@
10
#------------------------------------------------------------
11
12
# Specify the cloud sandbox branch or tag to use for the node setup
13
-# wil default to main if not defined.
+# will default to main if not defined.
14
# Examples:
15
# sandbox_version = "main"
16
-# sandbox_version = "v2.1.0"
17
18
-sandbox_version = "main"
+sandbox_version = "v2.1.0"
19
20
# List of the specific IP's or IP address ranges that are allowed SSH access to the system
21
# They should be in the format ###.###.###.###/32 for a single IP, any number of IPs can be added to the list.
0 commit comments