-
Notifications
You must be signed in to change notification settings - Fork 8
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 Controller Support #5
Comments
Some reasons I did not go with other open source solutions in the initial example:
I think the way it was implemented was a mistake. We should go with an existing solution instead. From my testing, the flux TF controller or tofu controller works well. I just did not like the way reconciliations are handled with ArgoCD. Flamingo was an attempt at resolving this but I don't think we should use it. I think my second point above is still relevant . If we want to integrate with TF, we should try to find a solution that does that specifically. We also need to figure out how to handle scripts that wrap TF. |
@nabuskey Could you expand on “I just did not like the way reconciliations are handled with ArgoCD” ? What exactly is the blocker is there an issue with more info in ArgoCD? |
Based on everything discussed above, we are going to go down the route of using Flux + the Tofu controller Should keep the licenses in check for broader modification and use. |
You must have the repository controller installed for the TF controller to work. At least it used to be, maybe it changed. So it's very similar to the problem that Flamingo tried to solve. That is, defining repository spec in two different places. |
I just tried this out, you definately need a Flux repository controller to install
|
that's fine. @elamaran11. we make those two controllers the prereqs for terraform integrations |
doesn't appear well maintained. commits are from 2 years ago. |
Make sense, im POCing the approach of using two controllers, will keep you all posted. |
I got |
Currently the terraform blueprints are deploy using argo-workflows, we want to move away from this approach and instead use some type TF Controller, that will allow user to edit their terraform in git, and the controller be able to re-apply, and maybe destroy the terraform plan
Here are some terraform k8s controller projects to look into:
We need to pick one to do implement as a references architecture, the other would be homework to the user or can be contributed as examples.
cc @nimakaviani @elamaran11 @nabuskey
The text was updated successfully, but these errors were encountered: