banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

Support Terraform 0.12 #3

Closed ion1 closed 5 years ago

ion1 commented 5 years ago

terraform-provider-k8s 0.1.0 does not appear to be compatible with Terraform 0.12:

% terraform version Terraform v0.12.2 + provider.k8s (unversioned)

% terraform apply Error: Failed to instantiate provider "k8s" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]

kim0 commented 5 years ago

@sagikazarmark Thanks for maintaining this provider. Any plans to support TF 0.12 please? This is kinda important .. Thanks :)

sagikazarmark commented 5 years ago

@ion1 @kim0 thanks for reporting the issue, sorry for the late answer. I'll take a look at the upgrade path later next week.

jeremysingh commented 5 years ago

@sagikazarmark hi there, any news on the upgrade path?

sagikazarmark commented 5 years ago

I submitted PR #5 with the potential patch to upgrade the provider.

sagikazarmark commented 5 years ago

Released v0.2.0