Last active
February 18, 2020 04:56
-
-
Save Kalki5/13296d568846526ce54008192a74854b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: azurerm | |
driver_config: | |
subscription_id: '91d5ad1d-29c6-442e-9f1b-a8bb6fef2189' | |
location: 'East US' | |
machine_size: 'Standard_B1s' | |
username: 'TestAdmin' | |
password: 'TestPassword@123' | |
transport: | |
username: 'TestAdmin' | |
password: 'TestPassword@123' | |
provisioner: | |
name: chef_zero | |
verifier: | |
name: inspec | |
platforms: | |
- name: ubuntu1804 | |
driver_config: | |
image_urn: Canonical:UbuntuServer:18.04-LTS:18.04.201912180 | |
vm_name: ubuntu1804-vm | |
suites: | |
- name: default | |
run_list: | |
- recipe[apache2::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