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

Block storage and SSH key resources #14

Closed edevenport closed 6 years ago

edevenport commented 6 years ago
edevenport commented 6 years ago

cc @jasmingacic

jasmingacic commented 6 years ago

@edevenport the CI check have failed. Dependencies need to be updated. Also make fmt needs to be executed.

edevenport commented 6 years ago

@aajdinov - please work with @jasmingacic to address these issues.

aajdinov commented 6 years ago

Acceptance tests output:

$ make testacc ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -timeout 120m ? github.com/StackPointCloud/terraform-provider-oneandone [no test files] ^T=== RUN TestAccDataSourceOneandOneServerSize --- PASS: TestAccDataSourceOneandOneServerSize (23.34s) === RUN TestProvider --- PASS: TestProvider (0.00s) === RUN TestProvider_impl --- PASS: TestProvider_impl (0.00s) === RUN TestAccOneandoneFirewall_Basic --- PASS: TestAccOneandoneFirewall_Basic (75.81s) === RUN TestAccOneandoneLoadbalancer_Basic --- PASS: TestAccOneandoneLoadbalancer_Basic (86.38s) === RUN TestAccOneandoneMonitoringPolicy_Basic --- PASS: TestAccOneandoneMonitoringPolicy_Basic (52.25s) === RUN TestAccOneandonePrivateNetwork_Basic --- PASS: TestAccOneandonePrivateNetwork_Basic (998.42s) === RUN TestAccOneandonePublicIp_Basic --- PASS: TestAccOneandonePublicIp_Basic (54.65s) === RUN TestAccOneandoneServer_Basic --- PASS: TestAccOneandoneServer_Basic (433.00s) === RUN TestAccOneandoneServer_Hardware --- PASS: TestAccOneandoneServer_Hardware (255.51s) === RUN TestAccOneandoneSshKey_Basic --- PASS: TestAccOneandoneSshKey_Basic (45.37s) === RUN TestAccOneandoneVpn_Basic --- PASS: TestAccOneandoneVpn_Basic (67.79s) === RUN TestAccOneandoneBlockStorage_Basic --- PASS: TestAccOneandoneBlockStorage_Basic (266.05s) === RUN TestAccOneandoneSharedStorage_Basic --- PASS: TestAccOneandoneSharedStorage_Basic (74.55s) PASS ok github.com/StackPointCloud/terraform-provider-oneandone/oneandone 2433.116s

aajdinov commented 6 years ago

@jasmingacic Thank you for your feedback. Once this PR is merged, all of the remaining requested changes will have been addressed.