hashicorp / terraform-provider-dyn

Terraform Dyn provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
7 stars 16 forks source link

Please provide support for Terraform v0.12.x #40

Open jhattarki opened 5 years ago

jhattarki commented 5 years ago

Terraform Version

Terraform v0.12.1

Affected Resource(s)

dyn_record

Expected Behavior

terraform init should download the dyn provider plugin

Actual Behavior

terraform.v0.12.1 init Initializing modules...

Initializing the backend...

Initializing provider plugins...

No available provider "dyn" plugins are compatible with this Terraform version.

From time to time, new Terraform major releases can change the requirements for plugins such that older plugins become incompatible.

Terraform checked all of the plugin versions matching the given constraint: (any version)

Unfortunately, none of the suitable versions are compatible with this version of Terraform. If you have recently upgraded Terraform, it may be necessary to move to a newer major release of this provider. Alternatively, if you are attempting to upgrade the provider to a new major version you may need to also upgrade Terraform to support the new version.

Consult the documentation for this provider for more information on compatibility between provider versions and Terraform versions.

Error: no available version is compatible with this version of Terraform

jquick commented 5 years ago

Posted an upgrade PR here https://github.com/terraform-providers/terraform-provider-dyn/pull/42. Looks like just upgrading the SDK to 12 was the issue.

jquick commented 5 years ago

This is done with the merge of #42. You can use 1.2.0 which supports Terraform 12.

jhattarki commented 5 years ago

Thank You Jared