dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
22 stars 20 forks source link

Moving provider over to using Terraform Plugin SDK #20

Closed lazzurs closed 4 years ago

lazzurs commented 4 years ago

This moves the provider over to using the Terraform Plugin SDK.

The one real change was having to deal with the lack of Terraform version support. Used the example from the Kubernetes provider and this appears to work as expected but it will change what the version appears as for anyone not using Terraform v0.12+.

CyrusNajmabadi commented 4 years ago

@paultyng @radeksimko @tombuildsstuff @appilon can this be looked at and merged in? Thanks!