-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkitchen.yml
47 lines (43 loc) · 1.36 KB
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
driver:
name: terraform
root_module_directory: test/fixtures/wrapper
provisioner:
name: terraform
verifier:
name: terraform
platforms:
- name: case_1
driver:
variables:
price_saving_enabled: "1"
verifier:
systems:
- name: remote
backend: ssh
controls:
- internet_access
- operating_system
hosts_output: instance_ip
user: core
# @TODO Clean when this issue is fixed : https://github.com/newcontext-oss/kitchen-terraform/issues/301
bastion_host: "<%= `terraform output -state=test/fixtures/wrapper/terraform.tfstate.d/kitchen-terraform-default-case-1/terraform.tfstate bastion_ip || echo 1` %>"
bastion_user: core
- name: case_2
driver:
variables:
price_saving_enabled: "0"
verifier:
systems:
- name: remote
backend: ssh
controls:
- internet_access
- operating_system
hosts_output: instance_ip
user: core
# @TODO Clean when this issue is fixed : https://github.com/newcontext-oss/kitchen-terraform/issues/301
bastion_host: "<%= `terraform output -state=test/fixtures/wrapper/terraform.tfstate.d/kitchen-terraform-default-case-2/terraform.tfstate bastion_ip || echo 1` %>"
bastion_user: core
suites:
- name: default