Skip to content

Instantly share code, notes, and snippets.

@iennae
Created April 21, 2019 23:57
Sample Test Kitchen configuration file using kitchen-azurerm driver
---
driver:
name: azurerm
subscription_id: REPLACE_SUBSCRIPTION_ID
location: 'westus2'
machine_size: 'Standard_D2s_v3'
provisioner:
name: chef_zero
transport:
ssh_key: ~/.ssh/id_kitchen-azurerm
verifier:
name: inspec
platforms:
- name: ubuntu-18.04
driver:
image_urn: Canonical:UbuntuServer:18.04-LTS:latest
suites:
- name: default
run_list:
- recipe[test_software_cookbook::default]
verifier:
inspec_tests:
- test/integration/default
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment