Azure / terraform-azurerm-vmss-cloudinit

Terraform AzureRM module registry to create a VM Scaleset initialized via cloud-init scripts
https://registry.terraform.io/modules/Azure/vmss-cloudinit/azurerm/
MIT License
22 stars 34 forks source link

Add Terratest #4

Closed foreverXZC closed 6 years ago

foreverXZC commented 6 years ago

I added terratest to automatically test this module. Just like compute module, It creates a virtual machine and then SSH to it, in order to check whether the resource runs properly. Also, Dockerfile, Rakefile, Gemfile, etc. are introduced to enable build task and travis CI.