-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Feature Request: Kubernetes provider #12343
Comments
Hi @vise890 I'll keep you posted here. |
sweet :) |
It doesn't include the resources you mentioned but feedback is welcomed for the initial PR: #12372 |
Awesome work @radeksimko ! I had a look at the I was gonna try my hand at building a resource for a k8s |
Feel free to pick up One important thing to keep in mind is that we'll have to use PATCH for updating all K8S resources, instead of the standard 1-for-1 update. See #12945 for more details. Also feel free to leverage https://github.com/radeksimko/terraform-gen for the initial work, I will soon add support for generating PatchOperations too. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
After terraforming things like a
"google_service_account"
, it would be great to terraform k8sSecrets
orConfigMap
s containing the details. This, in conjunction with #12342 would pretty much eliminate the need for glue bash scripts.The text was updated successfully, but these errors were encountered: