kitchen-terraform 4.0.6 → 4.1.0
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/lib/kitchen/terraform/config_schemas/system.rb +11 -11
- data/lib/kitchen/terraform/version.rb +1 -1
- data/lib/kitchen/verifier/terraform.rb +1 -1
- metadata +4 -104
- 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: 5b18b16b234f4c155f86abbfd6684a10d3e43f3a637366fd53668c7e9cf5cd37
|
|
4
|
+
data.tar.gz: 57a4bc4756f15ae663d72f7579ee4ed273cb17aaf3892f41fc8ca3d09b0b1e8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19f5902df6a81a4d22f0f70bbdb42914cef15e66a0fbbf496055e39b224018ef905f7afdb7eb96840d7054830f030af96dece62655563c620b7ec8ba479058c5
|
|
7
|
+
data.tar.gz: 10e5e6cca13be7abfe3b762b7c52331a55499c56198e346dcc703cb3a52e5056ca1846452945bc7d8be1de0e4a90ca88248d7043f6ed1647e43cf765ef339af6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -191,7 +191,7 @@ module Kitchen
|
|
|
191
191
|
# The value of the +enable_password+ key is a scalar which is used as the password for authentication with a
|
|
192
192
|
# Cisco IOS device in enable mode.
|
|
193
193
|
#
|
|
194
|
-
# The +enable_password+ key must be used in combination with
|
|
194
|
+
# The +enable_password+ key must be used in combination with <tt>backend: ssh</tt>.
|
|
195
195
|
#
|
|
196
196
|
# <em>Example kitchen.yml</em>
|
|
197
197
|
# verifier:
|
|
@@ -270,7 +270,7 @@ module Kitchen
|
|
|
270
270
|
#
|
|
271
271
|
# The value of the +path+ key is a scalar which is used as the login path when connecting to a host in the system.
|
|
272
272
|
#
|
|
273
|
-
# The +path+ key must be used in combination with
|
|
273
|
+
# The +path+ key must be used in combination with <tt>backend: winrm</tt>.
|
|
274
274
|
#
|
|
275
275
|
# <em>Example kitchen.yml</em>
|
|
276
276
|
# verifier:
|
|
@@ -285,7 +285,7 @@ module Kitchen
|
|
|
285
285
|
# The value of the +port+ key is an integer which is used as the port number when connecting via SSH to the hosts
|
|
286
286
|
# of the system.
|
|
287
287
|
#
|
|
288
|
-
# The +port+ key must be used in combination with
|
|
288
|
+
# The +port+ key must be used in combination with <tt>backend: ssh</tt>.
|
|
289
289
|
#
|
|
290
290
|
# If the +port+ key is omitted then the value of the +port+ key of the Test Kitchen transport will be used.
|
|
291
291
|
#
|
|
@@ -302,7 +302,7 @@ module Kitchen
|
|
|
302
302
|
# The value of the +proxy_command+ key is a scalar which is used as a proxy command when connecting to a host via
|
|
303
303
|
# SSH.
|
|
304
304
|
#
|
|
305
|
-
# The +proxy_command+ key must be used in combination with
|
|
305
|
+
# The +proxy_command+ key must be used in combination with <tt>backend: ssh</tt>.
|
|
306
306
|
#
|
|
307
307
|
# <em>Example kitchen.yml</em>
|
|
308
308
|
# verifier:
|
|
@@ -335,7 +335,7 @@ module Kitchen
|
|
|
335
335
|
# The value of the +self_signed+ key is a boolean which is used to toggle permission for self-signed certificates
|
|
336
336
|
# during testing of Windows hosts.
|
|
337
337
|
#
|
|
338
|
-
# The +self_signed+ key must be used in combination with
|
|
338
|
+
# The +self_signed+ key must be used in combination with <tt>backend: winrm</tt>.
|
|
339
339
|
#
|
|
340
340
|
# <em>Example kitchen.yml</em>
|
|
341
341
|
# verifier:
|
|
@@ -366,7 +366,7 @@ module Kitchen
|
|
|
366
366
|
# The value of the +shell_command+ key is a scalar which is used to override the default shell command used to
|
|
367
367
|
# instantiate a subshell.
|
|
368
368
|
#
|
|
369
|
-
# The +shell_command+ key must be used in combination with
|
|
369
|
+
# The +shell_command+ key must be used in combination with <tt>shell: true</tt>.
|
|
370
370
|
#
|
|
371
371
|
# <em>Example kitchen.yml</em>
|
|
372
372
|
# verifier:
|
|
@@ -382,7 +382,7 @@ module Kitchen
|
|
|
382
382
|
#
|
|
383
383
|
# The value of the +shell_options+ key is a scalar which is used to provide options to the subshell.
|
|
384
384
|
#
|
|
385
|
-
# The +shell_options+ key must be used in combination with
|
|
385
|
+
# The +shell_options+ key must be used in combination with <tt>shell: true</tt>.
|
|
386
386
|
#
|
|
387
387
|
# <em>Example kitchen.yml</em>
|
|
388
388
|
# verifier:
|
|
@@ -414,7 +414,7 @@ module Kitchen
|
|
|
414
414
|
# hosts in the system. InSpec's reference to Secure Socket Layer (SSL) is a misnomer as that protocol has been
|
|
415
415
|
# deprecated in favour of TLS.
|
|
416
416
|
#
|
|
417
|
-
# The +ssl+ key must be used in combination with
|
|
417
|
+
# The +ssl+ key must be used in combination with <tt>backend: winrm</tt>.
|
|
418
418
|
#
|
|
419
419
|
# <em>Example kitchen.yml</em>
|
|
420
420
|
# verifier:
|
|
@@ -446,7 +446,7 @@ module Kitchen
|
|
|
446
446
|
# The value of the +sudo_command+ key is a scalar which is used to override the default command used to
|
|
447
447
|
# invoke sudo.
|
|
448
448
|
#
|
|
449
|
-
# The +sudo_command+ key must be used in combination with
|
|
449
|
+
# The +sudo_command+ key must be used in combination with <tt>sudo: true</tt>.
|
|
450
450
|
#
|
|
451
451
|
# <em>Example kitchen.yml</em>
|
|
452
452
|
# verifier:
|
|
@@ -462,7 +462,7 @@ module Kitchen
|
|
|
462
462
|
#
|
|
463
463
|
# The value of the +sudo_options+ key is a scalar which is used to provide options to the sudo command.
|
|
464
464
|
#
|
|
465
|
-
# The +sudo_options+ key must be used in combination with
|
|
465
|
+
# The +sudo_options+ key must be used in combination with <tt>sudo: true</tt>.
|
|
466
466
|
#
|
|
467
467
|
# <em>Example kitchen.yml</em>
|
|
468
468
|
# verifier:
|
|
@@ -479,7 +479,7 @@ module Kitchen
|
|
|
479
479
|
# The value of the +sudo_password+ key is a scalar which is used as the password for authentication with the sudo
|
|
480
480
|
# command.
|
|
481
481
|
#
|
|
482
|
-
# The +sudo_password+ key must be used in combination with
|
|
482
|
+
# The +sudo_password+ key must be used in combination with <tt>sudo: true</tt>.
|
|
483
483
|
#
|
|
484
484
|
# <em>Example kitchen.yml</em>
|
|
485
485
|
# verifier:
|
|
@@ -66,7 +66,7 @@ module Kitchen
|
|
|
66
66
|
# === Ruby Interface
|
|
67
67
|
#
|
|
68
68
|
# This class implements the interface of Kitchen::Configurable which requires the following Reek suppressions:
|
|
69
|
-
# :reek:
|
|
69
|
+
# :reek:MissingSafeMethod { exclude: [ finalize_config!, load_needed_dependencies! ] }
|
|
70
70
|
class Terraform
|
|
71
71
|
include ::Kitchen::Configurable
|
|
72
72
|
include ::Kitchen::Logging
|
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.0
|
|
4
|
+
version: 4.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Lane
|
|
@@ -57,22 +57,8 @@ cert_chain:
|
|
|
57
57
|
BVaY4PA1920fVWRcwrNEzxNhWvlAlNCU9d63OhVIo1rD46E5/+fuWunp4ZyEJHIX
|
|
58
58
|
lema55cN
|
|
59
59
|
-----END CERTIFICATE-----
|
|
60
|
-
date: 2018-12-
|
|
60
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
|
61
61
|
dependencies:
|
|
62
|
-
- !ruby/object:Gem::Dependency
|
|
63
|
-
name: bundler
|
|
64
|
-
requirement: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '1.17'
|
|
69
|
-
type: :development
|
|
70
|
-
prerelease: false
|
|
71
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
72
|
-
requirements:
|
|
73
|
-
- - "~>"
|
|
74
|
-
- !ruby/object:Gem::Version
|
|
75
|
-
version: '1.17'
|
|
76
62
|
- !ruby/object:Gem::Dependency
|
|
77
63
|
name: guard
|
|
78
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -129,20 +115,6 @@ dependencies:
|
|
|
129
115
|
- - "~>"
|
|
130
116
|
- !ruby/object:Gem::Version
|
|
131
117
|
version: '2.2'
|
|
132
|
-
- !ruby/object:Gem::Dependency
|
|
133
|
-
name: hakiri
|
|
134
|
-
requirement: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - "~>"
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.7.2
|
|
139
|
-
type: :development
|
|
140
|
-
prerelease: false
|
|
141
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
142
|
-
requirements:
|
|
143
|
-
- - "~>"
|
|
144
|
-
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.7.2
|
|
146
118
|
- !ruby/object:Gem::Dependency
|
|
147
119
|
name: middleman
|
|
148
120
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -255,20 +227,6 @@ dependencies:
|
|
|
255
227
|
- - "~>"
|
|
256
228
|
- !ruby/object:Gem::Version
|
|
257
229
|
version: '0.2'
|
|
258
|
-
- !ruby/object:Gem::Dependency
|
|
259
|
-
name: rake
|
|
260
|
-
requirement: !ruby/object:Gem::Requirement
|
|
261
|
-
requirements:
|
|
262
|
-
- - "~>"
|
|
263
|
-
- !ruby/object:Gem::Version
|
|
264
|
-
version: '12.3'
|
|
265
|
-
type: :development
|
|
266
|
-
prerelease: false
|
|
267
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
268
|
-
requirements:
|
|
269
|
-
- - "~>"
|
|
270
|
-
- !ruby/object:Gem::Version
|
|
271
|
-
version: '12.3'
|
|
272
230
|
- !ruby/object:Gem::Dependency
|
|
273
231
|
name: rspec
|
|
274
232
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -283,20 +241,6 @@ dependencies:
|
|
|
283
241
|
- - "~>"
|
|
284
242
|
- !ruby/object:Gem::Version
|
|
285
243
|
version: '3.4'
|
|
286
|
-
- !ruby/object:Gem::Dependency
|
|
287
|
-
name: rubyzip
|
|
288
|
-
requirement: !ruby/object:Gem::Requirement
|
|
289
|
-
requirements:
|
|
290
|
-
- - "~>"
|
|
291
|
-
- !ruby/object:Gem::Version
|
|
292
|
-
version: '1.2'
|
|
293
|
-
type: :development
|
|
294
|
-
prerelease: false
|
|
295
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
296
|
-
requirements:
|
|
297
|
-
- - "~>"
|
|
298
|
-
- !ruby/object:Gem::Version
|
|
299
|
-
version: '1.2'
|
|
300
244
|
- !ruby/object:Gem::Dependency
|
|
301
245
|
name: simplecov
|
|
302
246
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -325,20 +269,6 @@ dependencies:
|
|
|
325
269
|
- - "~>"
|
|
326
270
|
- !ruby/object:Gem::Version
|
|
327
271
|
version: '1.8'
|
|
328
|
-
- !ruby/object:Gem::Dependency
|
|
329
|
-
name: tty-which
|
|
330
|
-
requirement: !ruby/object:Gem::Requirement
|
|
331
|
-
requirements:
|
|
332
|
-
- - "~>"
|
|
333
|
-
- !ruby/object:Gem::Version
|
|
334
|
-
version: 0.4.0
|
|
335
|
-
type: :development
|
|
336
|
-
prerelease: false
|
|
337
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
338
|
-
requirements:
|
|
339
|
-
- - "~>"
|
|
340
|
-
- !ruby/object:Gem::Version
|
|
341
|
-
version: 0.4.0
|
|
342
272
|
- !ruby/object:Gem::Dependency
|
|
343
273
|
name: yard
|
|
344
274
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -401,44 +331,14 @@ dependencies:
|
|
|
401
331
|
requirements:
|
|
402
332
|
- - "~>"
|
|
403
333
|
- !ruby/object:Gem::Version
|
|
404
|
-
version: '
|
|
405
|
-
- - "!="
|
|
406
|
-
- !ruby/object:Gem::Version
|
|
407
|
-
version: 2.2.101
|
|
408
|
-
- - "!="
|
|
409
|
-
- !ruby/object:Gem::Version
|
|
410
|
-
version: 2.2.102
|
|
411
|
-
- - "!="
|
|
412
|
-
- !ruby/object:Gem::Version
|
|
413
|
-
version: 2.2.112
|
|
414
|
-
- - "!="
|
|
415
|
-
- !ruby/object:Gem::Version
|
|
416
|
-
version: 2.3.4
|
|
417
|
-
- - "!="
|
|
418
|
-
- !ruby/object:Gem::Version
|
|
419
|
-
version: 2.3.5
|
|
334
|
+
version: '3.0'
|
|
420
335
|
type: :runtime
|
|
421
336
|
prerelease: false
|
|
422
337
|
version_requirements: !ruby/object:Gem::Requirement
|
|
423
338
|
requirements:
|
|
424
339
|
- - "~>"
|
|
425
340
|
- !ruby/object:Gem::Version
|
|
426
|
-
version: '
|
|
427
|
-
- - "!="
|
|
428
|
-
- !ruby/object:Gem::Version
|
|
429
|
-
version: 2.2.101
|
|
430
|
-
- - "!="
|
|
431
|
-
- !ruby/object:Gem::Version
|
|
432
|
-
version: 2.2.102
|
|
433
|
-
- - "!="
|
|
434
|
-
- !ruby/object:Gem::Version
|
|
435
|
-
version: 2.2.112
|
|
436
|
-
- - "!="
|
|
437
|
-
- !ruby/object:Gem::Version
|
|
438
|
-
version: 2.3.4
|
|
439
|
-
- - "!="
|
|
440
|
-
- !ruby/object:Gem::Version
|
|
441
|
-
version: 2.3.5
|
|
341
|
+
version: '3.0'
|
|
442
342
|
- !ruby/object:Gem::Dependency
|
|
443
343
|
name: test-kitchen
|
|
444
344
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|