This commit is contained in:
Brandon Tosch 2017-03-01 15:50:34 -08:00
parent 9f6a7dccf9
commit a3a2c38eeb
1 changed files with 1 additions and 1 deletions

View File

@ -9,11 +9,11 @@ import (
"net/url"
"strings"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema"
"github.com/hashicorp/terraform/helper/validation"
riviera "github.com/jen20/riviera/azure"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
)
func resourceArmVirtualMachine() *schema.Resource {