vagrant-terraform 0.1.15 → 0.2
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: d5a9c22db2eadeae8e282b0e26d8a0eb0a5640de368bf52b6afe3469c6b241a2
|
4
|
+
data.tar.gz: 40a6b372d370496245c3d2e2eeed666adf537aa54c4b00ba12d23531c527b1e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb883602717375425b9fc4e51da63a3a81da0e1ee5c667ce22b422c906992dd23a2bcd7d42dd6416573b72e99d4a09b3d2eb5eac6fad71d9d0da46d8b016c80b
|
7
|
+
data.tar.gz: 2693108a2b60bbe5df0fb85f3620c053b1ce64b90d67544b2e38280fc301aa03e626aef98bcfba95fb78acbfbe816a3adec0bf9d8d0410f044f65b87a49a8ed1
|
@@ -47,15 +47,13 @@ module VagrantPlugins
|
|
47
47
|
|
48
48
|
attributes = instances.first["attributes"]
|
49
49
|
return :not_created if attributes.nil?
|
50
|
+
return :not_created if attributes["vm_state"].nil?
|
50
51
|
|
51
52
|
ip_addr = attributes["default_ipv4_address"]
|
52
53
|
unless ip_addr.nil?
|
53
54
|
env[:ip_address] = ip_addr
|
54
55
|
end
|
55
56
|
|
56
|
-
if attributes["vm_state"].nil?
|
57
|
-
return :not_created
|
58
|
-
end
|
59
57
|
return attributes["vm_state"].to_sym
|
60
58
|
else
|
61
59
|
return :not_created
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-terraform
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mika Båtsman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: filesize
|