souls 0.70.6 → 0.70.7
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a74490ea7bb8987b6f7d12b4f61022757cd24dc9ddf430d0b51c26aaa0217c3
|
|
4
|
+
data.tar.gz: cf53ab6076b6fd2f04a5817f2537b490ce5d31273929fa2812eef3ca57e20b69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c7675d874ba71198ef7302f7c2e41202f75f53b6e563f7b580b5fbb0b353d4be7401cc916bc1192d651b4fa550e8723907dcd93518d582a25852b15bb91565c
|
|
7
|
+
data.tar.gz: b2298d3104549aa2a509a33619af45c56c7fb1a48b57cfb455724e9ef93b9cea392eb0d0f0d8bdaadf5e446e354dc29f4f1a94543e0b2db5f570d8f88258dd89
|
|
@@ -62,13 +62,14 @@ module Souls
|
|
|
62
62
|
desc "create_vpc_connector", "Create VPC-PEERING Connect"
|
|
63
63
|
def create_vpc_connector
|
|
64
64
|
app_name = Souls.configuration.app
|
|
65
|
+
project_id = Souls.configuration.project_id
|
|
65
66
|
system(
|
|
66
67
|
"
|
|
67
68
|
gcloud services vpc-peerings connect \
|
|
68
69
|
--service=servicenetworking.googleapis.com \
|
|
69
70
|
--ranges=#{app_name}-ip-range \
|
|
70
71
|
--network=#{app_name} \
|
|
71
|
-
--project=#{
|
|
72
|
+
--project=#{project_id}
|
|
72
73
|
"
|
|
73
74
|
)
|
|
74
75
|
rescue Thor::Error => e
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.49.
|
|
1
|
+
0.49.7
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.49.
|
|
1
|
+
0.49.7
|