James Nugent
|
876d0269df
|
provider/azurerm: Fix azurerm_subnet
```
make testacc TEST=./builtin/providers/azurerm TESTARGS="-run TestAccAzureRMSubnet"
==> Checking that code complies with gofmt requirements...
/Users/James/Code/go/bin/stringer
go generate $(go list ./... | grep -v /vendor/)
2016/06/01 16:54:37 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMSubnet -timeout 120m
=== RUN TestAccAzureRMSubnet_basic
--- PASS: TestAccAzureRMSubnet_basic (131.83s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm
131.844s
```
|
2016-06-01 19:52:55 -05:00 |
James Nugent
|
0769674c54
|
provider/azurerm: Use new library configuration
Most resources are commented out at this stage, as they require surgery
to make them work with the new world of the Azure SDK.
|
2016-06-01 19:52:55 -05:00 |
Ian Duffy
|
47ac10d66b
|
Change resource.StateChangeConf to use an array for target states
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
|
2016-01-21 01:20:41 +00:00 |
stack72
|
55ba179046
|
Scaffold the Azure RM Subnet resource
|
2016-01-09 18:09:46 +00:00 |