make fmt
This commit is contained in:
parent
9f6a7dccf9
commit
a3a2c38eeb
|
@ -9,11 +9,11 @@ import (
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
|
||||||
"github.com/hashicorp/terraform/helper/hashcode"
|
"github.com/hashicorp/terraform/helper/hashcode"
|
||||||
"github.com/hashicorp/terraform/helper/schema"
|
"github.com/hashicorp/terraform/helper/schema"
|
||||||
"github.com/hashicorp/terraform/helper/validation"
|
"github.com/hashicorp/terraform/helper/validation"
|
||||||
riviera "github.com/jen20/riviera/azure"
|
riviera "github.com/jen20/riviera/azure"
|
||||||
|
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||||
)
|
)
|
||||||
|
|
||||||
func resourceArmVirtualMachine() *schema.Resource {
|
func resourceArmVirtualMachine() *schema.Resource {
|
||||||
|
|
Loading…
Reference in New Issue