src-d / terraform-provider-online

Terraform provider for Online.net
Mozilla Public License 2.0
19 stars 13 forks source link

Use 0.12 terraform sdk #54

Closed rporres closed 5 years ago

rporres commented 5 years ago
go get github.com/hashicorp/terraform@v0.12.0
go mod tidy
rm -r vendor/
go mod vendor
remyleone commented 5 years ago

@jerome-quere @quentinbrosse

remyleone commented 5 years ago

https://github.com/terraform-providers/terraform-provider-scaleway/pull/127

meyskens commented 5 years ago

This PR now also includes a lot of patches for the acceptance tests as they were depending on our account before

rporres commented 5 years ago

Changes look great, @meyskens