kitchen-terraform 4.2.0 → 4.2.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/lib/kitchen/driver/terraform.rb +0 -1
- data/lib/kitchen/provisioner/terraform.rb +1 -1
- data/lib/kitchen/terraform/version.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a3548a10386332babb1a27f35a4c3277764e2fb917cb9bc62488c38a4c901c6
|
|
4
|
+
data.tar.gz: f7c7b35426678cb65eaf1e58249148ad539a45099f97b96184003facdf99e610
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b62daf3e84dc5654d812ce869ce7baebc254b1d76f464cac21c959049ba0171973aa8b17bb8afa5205c04f48a76fd4131978ec1270037a58f0365aadf3ebc0d
|
|
7
|
+
data.tar.gz: 82bbc6765290142bf7f766811bbd4fb6f53d6f2f09f0814d54ff3077699e1ac54ce4ff66ce901335cfe9df4c6fa1314a92b908d7d79fa0b6bbb808cd71155898
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -48,7 +48,7 @@ Installation instructions can be found in the
|
|
|
48
48
|
|
|
49
49
|
Kitchen-Terraform aims to support all versions of Ruby that are in
|
|
50
50
|
["normal" or "security" maintenance][ruby-branches], which is currently
|
|
51
|
-
the interval of `>= 2.3,
|
|
51
|
+
the interval of `>= 2.3, <= 2.6`.
|
|
52
52
|
|
|
53
53
|
[rbenv] can be used to manage versions of Ruby on the system.
|
|
54
54
|
|
|
@@ -335,7 +335,6 @@ class ::Kitchen::Driver::Terraform < ::Kitchen::Driver::Base
|
|
|
335
335
|
def apply_run_validate
|
|
336
336
|
::Kitchen::Terraform::ShellOut.run(
|
|
337
337
|
command: "validate " \
|
|
338
|
-
"-check-variables=true " \
|
|
339
338
|
"#{color_flag} " \
|
|
340
339
|
"#{variables_flags} " \
|
|
341
340
|
"#{variable_files_flags}",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-terraform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Lane
|
|
@@ -61,7 +61,7 @@ cert_chain:
|
|
|
61
61
|
XAjP/LERlXAwM+NCUycJw7BZMn7L2wIdnq6Le1rL6VJS17CZt2heuRtsF+3g0egR
|
|
62
62
|
x97GmUumeM67PGeVodlIV65tdXrdlqKlHcE=
|
|
63
63
|
-----END CERTIFICATE-----
|
|
64
|
-
date:
|
|
64
|
+
date: 2019-01-19 00:00:00.000000000 Z
|
|
65
65
|
dependencies:
|
|
66
66
|
- !ruby/object:Gem::Dependency
|
|
67
67
|
name: guard
|
|
@@ -452,7 +452,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
452
452
|
version: '0'
|
|
453
453
|
requirements:
|
|
454
454
|
- Terraform >= 0.11.4, < 0.12.0
|
|
455
|
-
rubygems_version: 3.0.
|
|
455
|
+
rubygems_version: 3.0.2
|
|
456
456
|
signing_key:
|
|
457
457
|
specification_version: 4
|
|
458
458
|
summary: Test Kitchen plugins for testing Terraform configuration
|
metadata.gz.sig
CHANGED
|
Binary file
|