-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compatibility with Terraform 0.12 #20
Comments
Sure I'd be happy to accept a PR to add support for |
@lawrencegripper sorry i have no knowledge of go |
@lawrencegripper i have made a fork, and have merged two PRs on my repo where I: I did not send a PR upstream b/c I have to change the namespace on at least one file -- if you want to have a look you can see if you are interested in me sending a PR or not. |
Amazing, yeah do please PR. I can have a play and get a release pushed out by the CI with the updated version. Alternatively if you'd prefer to work on the fork I can update the README here show this is deprecated and point to your fork. |
The only thing that is a bit of a pain is main.go contains the package namespace which is hard-coded and thus has to change for each fork. I do plan on using this in production and maintaining it for a production project we are building right now. It is part of our build process and so far has been working well. The only reason I would abandon it at this point is if the official terraform kubernetes provider adds similar support for yaml resources, but I doubt that is coming any time soon. We absolutely need this to deploy our couch infrastructure for things like the |
Great, I'll mark this as depreciated as you're a much better steward for it than me going forward than me. Completely agree, in the event the official provider provides this functionality it's time to call time on this forked work. Would you be alright to put publishing built release to github into the build pipeline? I tend to use this provider from scripts quite a bit so it's useful to grab a build for the platform and pull down built images - I'd love to be able to use your improved version! |
Cool, I've updated the README with details of the fork, thanks for taking this one forward - glad the code base is useful and seeing more time and effort put into keeping it up-to-date and useful. |
Let me know what you need me to do -- sorry if I lag in response. I need to fix my github alerts -- they get buried. |
Should mark this as deprecated once the Forked as Valid Binary, since the standard delivery way was using the release page. Something the fork is lacking at the moment |
Hi, |
@tgermain I updated the release with binaries for all platforms. |
Hi,
Terraform 0.12 is now in beta and many "official" providers are now compatible with the new API.
The k8sraw provider is not yet compatible:
Can you consider switching to the new plugin SDK so that this provider is compatible with both Terraform 0.11 ans 0.12?
The text was updated successfully, but these errors were encountered: