Azure / terraform-azurerm-computegroup

Terraform Azure RM Compute Group Module
MIT License
10 stars 37 forks source link

Update to 1.0 provider, latest script extensions #11

Closed dtzar closed 6 years ago

dtzar commented 6 years ago
dtzar commented 6 years ago

@VaijanathB @dcaro I've done a manual terraform apply and terraform destroy against the simple and jumpbox examples and they both pass without errors. There is a problem with the kitchen test from rake e2e which should be fixed.

dtzar commented 6 years ago

This should be good to merge now.

dtzar commented 6 years ago

@dcaro I fixed the lint problem so that passes. The e2e tests have a bug with the test framework - also per our office conversation a couple weeks ago and the comment above. I filed https://github.com/Azure/terraform-azurerm-computegroup/issues/15

dcaro commented 6 years ago

@dtzar is it possible to use resources instead of module for network and loadbalancer in the test fixtures?