aboutsummaryrefslogtreecommitdiff
path: root/variables.yaml-default
diff options
context:
space:
mode:
Diffstat (limited to 'variables.yaml-default')
-rw-r--r--variables.yaml-default8
1 files changed, 4 insertions, 4 deletions
diff --git a/variables.yaml-default b/variables.yaml-default
index 3ec54f4..3ae3cd6 100644
--- a/variables.yaml-default
+++ b/variables.yaml-default
@@ -7,10 +7,10 @@ subnet:
7# Optional security group to apply to the builder instance. 7# Optional security group to apply to the builder instance.
8security_group: 8security_group:
9 9
10# Assign a public IP to the builder instance. Set to "true" for if you need 10# By default, public IPs are assigned (or not) per the subnet's configuration.
11# to initiate the build from somewhere that wouldn't normally be able to access 11# Set to "true" or "false" to explicitly override the subnet's public IP auto-
12# the builder instance's private network and a private IP is not auto-assigned. 12# assign configuration.
13public_ip: "false" 13public_ip: ""
14 14
15 15
16### Build Options ### 16### Build Options ###