phillbaker / terraform-provider-mailgunv3

mailgun provider for terraform based on v3 of the api
MIT License
10 stars 3 forks source link

support terraform 0.12.1 and mailgun-go 3.5.0 #13

Closed russelltsherman closed 5 years ago

russelltsherman commented 5 years ago

these changes appear to be all that is needed to allow this plugin to work with latest terraform and mailgun-go

phillbaker commented 5 years ago

Thanks! Just as a reminder to myself, it looks like this should be backwards compatible with terraform 0.11:

https://www.terraform.io/docs/extend/terraform-0.12-compatibility.html

As a result, most of the work to support Terraform 0.12 comes just from upgrading to the latest Terraform SDK, which features support for both the old and new provider protocols.