kitchen-terraform 0.6.0 → 0.6.1

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
  SHA1:
3
- metadata.gz: 1ad31536d7fa989d59755d148c04a6ea0895a2f6
4
- data.tar.gz: c817dde749927ce21795cdde40a8c9d1e65713b4
3
+ metadata.gz: ef7409d7d58d84261868560a12348e93d771041e
4
+ data.tar.gz: 7db13b7eb7699e21280cc2aeeeecd83095887d74
5
5
  SHA512:
6
- metadata.gz: 7882c3a7f177c5325210d8ecb5c4681ab3c0bff524b20e0d9ff929c4f6f69ec18a72c18b25e796a05ac7c512b3b0dd3db53ac113d3a1bb0bc4f43eecb66edd22
7
- data.tar.gz: 770b9530932c84a4ecfef885f6d2c5800d4960f225d4522301b4c8edf258baff7102bd9e5ec48e9f45cfc72fcd8e44d2a1163c54bcea010e17a511359e269c26
6
+ metadata.gz: 60da6863203fd7c731fb89e8116294ce1d67cbb7de1f8b040c4fb05d6c4c0fd4fa12fee568ad0880dd30698a52b05e4df6bdeb254bdffdbbced5f432b014916e
7
+ data.tar.gz: bd4dc5c2f6364ce13124201aaeca08d329188ce63598680068b765428092f2c1dddd464a3bc41899efb1c442c7502a0a7bbe03f91a2e60734d4951f68b1971f6
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -40,7 +40,6 @@ module Terraform
40
40
  .new target: config[:directory] do |options|
41
41
  configure_plan options: options
42
42
  options.destroy = true
43
- options.state = config[:state]
44
43
  end
45
44
  end
46
45
 
@@ -96,6 +95,7 @@ module Terraform
96
95
  options.input = false
97
96
  options.out = config[:plan]
98
97
  options.parallelism = config[:parallelism]
98
+ options.state = config[:state]
99
99
  options.var = config[:variables]
100
100
  options.var_file = config[:variable_files]
101
101
  end
@@ -15,5 +15,5 @@
15
15
  # limitations under the License.
16
16
 
17
17
  module Terraform
18
- PROJECT_VERSION = '0.6.0'
18
+ PROJECT_VERSION = '0.6.1'
19
19
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Lane
8
8
  - Clay Thomas
9
9
  - Erik R. Rygg
10
10
  - Ewa Czechowska
11
+ - John Engelman
11
12
  - Kevin Dickerson
12
13
  - Kyle Sexton
13
14
  - Matt Long
@@ -41,7 +42,7 @@ cert_chain:
41
42
  KucGZX3OeACVUSpmCOCQyma6sDHYWQZM/IgWi7tbLtG5b2GslkauPm4S3wadHi6W
42
43
  LOU=
43
44
  -----END CERTIFICATE-----
44
- date: 2017-02-22 00:00:00.000000000 Z
45
+ date: 2017-02-23 00:00:00.000000000 Z
45
46
  dependencies:
46
47
  - !ruby/object:Gem::Dependency
47
48
  name: bundler-audit
metadata.gz.sig CHANGED
Binary file