hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 189 forks source link

compatibility with 0.12 #77

Closed pniederlag closed 5 years ago

pniederlag commented 5 years ago

Terraform Version

Terraform v0.12.0-rc1

Actual Output

terraform init
....
No available provider "mysql" plugins are compatible with this Terraform version.
...

Expected Output

As we are in .rc state I would have expected the mysql provider to be available. Am I doing something wrong or is it just not available yet for 0.12 development/rc versions?

pniederlag commented 5 years ago

Well, reading the beta announcement I found a link to development snapshots of a bunch of providers http://terraform-0.12.0-dev-snapshots.s3-website-us-west-2.amazonaws.com/terraform-provider-mysql/

maybe there is some work going on not reflected in this repo yet?

pniederlag commented 5 years ago

mysql 1.6.0 dev-snapshot from url above seems to work.

src386 commented 5 years ago

Maybe this bug should stay open ? The mysql provider does not work with Terraform 0.12 right now...