eddycharly / terraform-provider-kops

Brings kOps into terraform in a fully managed way
Apache License 2.0
85 stars 20 forks source link

Catch up to 1.28? #1091

Open shapirus opened 10 months ago

shapirus commented 10 months ago

Both k8s and kops are already at 1.28. Not sure how easy it is to update the TF provider to this version, but it sure would be nice to see it, if possible.

clay-risser commented 9 months ago

I second this

clayrisser commented 9 months ago

@shapirus I just forked and upgraded the terraform-provider-kops to version 1.28.0.

https://registry.terraform.io/providers/clayrisser/kops/1.28.0

@sl1pm4t thank you for your work resolving some of the dependency issues.

shapirus commented 9 months ago

@clayrisser this is interesting. I'm curious to see if TF can switch between the different authors' providers without recreating all resources, I think I'll give it a try.

shapirus commented 9 months ago

@clayrisser I ran into issues when trying to use your fork, so I wanted to open a GitHub issue, but there's no "Issues" tab in the respective repo, and https://github.com/clayrisser/terraform-provider-kops/issues redirects to pull requests. Could you check if there's anything wrong with settings?

clayrisser commented 9 months ago

@shapirus try again. I just turned on issues.

eddycharly commented 5 months ago

Hey folks, i was inactive for a while, sorry for that 🙈

@clayrisser did you take over the maintenance ?

shapirus commented 5 months ago

glad to see you're back and are hopefully well :)

eddycharly commented 5 months ago

All is good, thanks :)

eddycharly commented 5 months ago

Has someone with more time than me forked the project ?

shapirus commented 5 months ago

There's been some activity (see discussion at https://github.com/clayrisser/terraform-provider-kops/issues/2). No clue if there are any results.

eddycharly commented 5 months ago

Thanks @shapirus ! I posted there 🤷

BTW i just posted in the kops-dev slack channel https://kubernetes.slack.com/archives/C8MKE2G5P/p1708107317601559

clayrisser commented 5 months ago

My fork works. You can see an example at the following link.

https://github.com/clayrisser/rock8s-cluster/blob/main/main/cluster.tf#L60

eddycharly commented 5 months ago

My fork works

I trust you ;)

I was quiet for so long... i'm catching up with what happened.