Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform 0.13 support #40

Open
kinghuang opened this issue Jun 10, 2020 · 3 comments
Open

Terraform 0.13 support #40

kinghuang opened this issue Jun 10, 2020 · 3 comments

Comments

@kinghuang
Copy link

Are there any plans to add Terraform 0.12 (or even 0.13) support? When I use it with Terraform 0.12, I get an API version error.

Error: Failed to instantiate provider "redshift" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
@alexistome09
Copy link

I am having the same issue. Will the release for 0.12 be available soon? Thanks.

@kinghuang
Copy link
Author

Updating this issue to say "Terraform 0.13 support". 0.13 was released on August 10.

@kinghuang kinghuang changed the title Terraform 0.12 support Terraform 0.13 support Aug 13, 2020
@raymondberg
Copy link

I confirmed that the 0.12 release doesn't require anything extra to support 0.13 (at least in minimal testing). My own fork has binaries you can install now with the following to test

terraform {
  required_providers {
    redshift = {
      source  = "raymondberg/redshift"
      version = "~> 1.0.0"
    }
  }
}

Would love to incorporate these into a single project, but right now @coopergillan has the fork I'm most interested in right now. Mine is more of a playground :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants