Skip to content

Commit 089a8e7

Browse files
committed
chore: update kitchen config
Even with the fairly old (3.5) test kitchen version used by the tests, there are some parameters which have moved to new locations. Follow the suggestions of `kitchen doctor`.
1 parent 0733908 commit 089a8e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.kitchen.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
---
1515
driver:
1616
name: "terraform"
17-
command_timeout: 2700
1817
verify_version: false
1918

2019
provisioner:
2120
name: "terraform"
2221

22+
transport:
23+
command_timeout: 2700
24+
root_module_directory: test/fixtures/shared_vpc
25+
2326
verifier:
2427
name: terraform
2528
color: false
@@ -30,8 +33,6 @@ platforms:
3033

3134
suites:
3235
- name: "shared_vpc"
33-
driver:
34-
root_module_directory: test/fixtures/shared_vpc
3536
verifier:
3637
systems:
3738
- name: shared_vpc

0 commit comments

Comments
 (0)