Skip to content

Instantly share code, notes, and snippets.

@mhedgpeth
Created March 18, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhedgpeth/a70ef0a7edf01d9c7ed2 to your computer and use it in GitHub Desktop.
Save mhedgpeth/a70ef0a7edf01d9c7ed2 to your computer and use it in GitHub Desktop.
.kitchen.yml for connecting to azure
---
driver:
name: azurerm
driver_config:
subscription_id: <%= ENV['AZURE_SUBSCRIPTION_ID'] %>
location: 'South Central US'
machine_size: 'Standard_D1'
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: windows2012-r2
driver_config:
image_urn: MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest
transport:
name: winrm
suites:
- name: default
run_list:
- recipe[contributors::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment