cloudstrap 0.40.4.pre → 0.40.5.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/cloudstrap +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8124e1fdc236882ae5ef47aa5dd1c850d7274db3
|
|
4
|
+
data.tar.gz: '0788076b756ad5470431ac45319e1f63f415b13b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67591cf752947a191d789069f290f0075cdab29195422a7da26a8754921658486ec68c6cbd930ca00cfce6f0bf7574fb9ded0a30276409cf428424866be2f2dd
|
|
7
|
+
data.tar.gz: ff3dc561161c95458b94af625ab6d3f6a95014070e210442e178e57fa604a534e436455f0b92eaefac55a06443b2c57ae34d7f8de24756981ec6b87ce3705605
|
data/bin/cloudstrap
CHANGED
|
@@ -76,6 +76,7 @@ BOOTSTRAP_WITHOUT_HUMAN_OVERSIGHT=#{!agent.requires_human_oversight?}
|
|
|
76
76
|
# Public IPs Enabled in Public Subnet? #{agent.enable_public_ips}
|
|
77
77
|
# Gateway Attached to VPC? #{agent.attach_gateway}
|
|
78
78
|
# Route to Internet via Gateway? #{agent.default_route}
|
|
79
|
+
# Route to Gateway via NAT? #{agent.nat_route}
|
|
79
80
|
# Route to NAT Gateway from Private Subnets? #{agent.configure_nat_routes}
|
|
80
81
|
# SSH Allowed to Jumpbox? #{agent.allow_ssh}
|
|
81
82
|
# SSH Key uploaded to AWS? #{agent.upload_ssh_key}
|