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: 1b1a7c1986af04332e4067e0c2742293ee6e0f2723edbe86f90fcaa6360d4ccc
4
- data.tar.gz: d4c4d8d948ecfd2a51dd51f15c357063a2bd91638a9392d8d26d39d398417675
3
+ metadata.gz: d5a9c22db2eadeae8e282b0e26d8a0eb0a5640de368bf52b6afe3469c6b241a2
4
+ data.tar.gz: 40a6b372d370496245c3d2e2eeed666adf537aa54c4b00ba12d23531c527b1e3
5
5
  SHA512:
6
- metadata.gz: 804d8ef83958bba7b783682b1fd30f29ead62ee2a63716078ce2ecaa7da9f5c19c6e6da4f7da50418e8780481e036cb366d644a6895224603c519566149a8be0
7
- data.tar.gz: 92a432d1d61067ea9e71462711a602947e52f6873177f154c0b0bebdd8fb0e38fbb18763125b99b9e68622a668871250e9f2550afccc0d9fe65dff8dbdbd75b0
6
+ metadata.gz: eb883602717375425b9fc4e51da63a3a81da0e1ee5c667ce22b422c906992dd23a2bcd7d42dd6416573b72e99d4a09b3d2eb5eac6fad71d9d0da46d8b016c80b
7
+ data.tar.gz: 2693108a2b60bbe5df0fb85f3620c053b1ce64b90d67544b2e38280fc301aa03e626aef98bcfba95fb78acbfbe816a3adec0bf9d8d0410f044f65b87a49a8ed1
@@ -101,8 +101,7 @@ terraform {
101
101
  required_providers {
102
102
  proxmox = {
103
103
  source = "telmate/proxmox"
104
- version = "3.0.1-rc8"
105
- #version = ">= 3.0.1-rc3"
104
+ version = "3.0.2-rc01"
106
105
  }
107
106
  }
108
107
  }
@@ -31,6 +31,8 @@ module VagrantPlugins
31
31
  raise e
32
32
  end
33
33
 
34
+ env[:machine].id = nil
35
+
34
36
  @app.call(env)
35
37
  end
36
38
  end
@@ -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
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  module TerraformProvider
3
- VERSION = '0.1.15'
3
+ VERSION = '0.2'
4
4
  end
5
5
  end
6
6
 
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.1.15
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-04-30 00:00:00.000000000 Z
11
+ date: 2025-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: filesize