hashicorp / terraform-provider-oneandone

Terraform 1&1 provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/oneandone/
Mozilla Public License 2.0
5 stars 11 forks source link

Fixed issue #11

Closed alibazlamit closed 7 years ago

alibazlamit commented 7 years ago

https://github.com/terraform-providers/terraform-provider-oneandone/issues/8

alibazlamit commented 7 years ago

@jasmingacic Issue https://github.com/terraform-providers/terraform-provider-oneandone/issues/8 fixed

alibazlamit commented 7 years ago

TEST RESULTS

TF_ACC=1 go test ./oneandone -v  -timeout 120m
=== RUN   TestAccDataSourceOneandOneServerSize
--- PASS: TestAccDataSourceOneandOneServerSize (32.84s)
=== RUN   TestProvider
--- PASS: TestProvider (0.00s)
=== RUN   TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN   TestAccOneandoneFirewall_Basic
--- PASS: TestAccOneandoneFirewall_Basic (67.07s)
=== RUN   TestAccOneandoneLoadbalancer_Basic
--- PASS: TestAccOneandoneLoadbalancer_Basic (164.49s)
=== RUN   TestAccOneandoneMonitoringPolicy_Basic
--- PASS: TestAccOneandoneMonitoringPolicy_Basic (59.47s)
=== RUN   TestAccOneandonePrivateNetwork_Basic
--- PASS: TestAccOneandonePrivateNetwork_Basic (1297.28s)
=== RUN   TestAccOneandonePublicIp_Basic
--- PASS: TestAccOneandonePublicIp_Basic (63.24s)
=== RUN   TestAccOneandoneServer_Basic
--- PASS: TestAccOneandoneServer_Basic (587.83s)
=== RUN   TestAccOneandoneServer_Hardware
--- PASS: TestAccOneandoneServer_Hardware (459.71s)
=== RUN   TestAccOneandoneVpn_Basic
--- PASS: TestAccOneandoneVpn_Basic (115.07s)
=== RUN   TestAccOneandoneSharedStorage_Basic
--- PASS: TestAccOneandoneSharedStorage_Basic (91.59s)
PASS
ok      terraform-provider-oneandone/oneandone  2939.377s
jasmingacic commented 7 years ago

@alibazlamit can you first pull the latest changes and then update the CHANGELOG.

jasmingacic commented 7 years ago

@alibazlamit thanks for the fix