Isa Aguilar

Results 37 comments of Isa Aguilar

This boils down to an automatic reconciler which is mentioned in issue https://github.com/isaaguilar/terraform-operator/issues/84. The idea of auto reconciliation sounds nice but I'd need to put some thought into how it...

A few hours ago I released v0.8.2, which changes the behavior of `keepLatestPodsOnly` which does much better cleanup. https://github.com/isaaguilar/terraform-operator/releases/tag/v0.8.2 ```yaml kind: Terraform metadata: name: my-tfo-resource spec: ... keepLatestPodsOnly: true ```...

I'd be interested in knowing how much memory was allocated, total number of 'tf' resources. ```bash # total tf kubectl get tf --all-namespaces | wc -l ``` Maybe also some...

Thanks @o-orand I knew this would soon be an issue and I haven't thought of a good way to handle it yet. I figured using an existing option, like `keepLatestPodsOnly`,...

Thanks for your patience. I just got back from a road-trip across the US. I will update documentation but basically if `ignoreDelete` is not set as `true`, when deleting the...

I believe that the kubernetes backend is only available with Terraform >= 0.13.0. This project supports >= 0.11.9 (or something like that) so it would make the default backend incompatible...

@francardoso93 I agree that it's odd that the pod completes and is marked as successful when something goes wrong. I personally haven't had an issue checking logs when I see...

I'd also like to mention that users can create their own runner. It's very poorly documented, but hopefully this doc can help someone get started if they themselves wanted to...

Thanks @myjaffoo, this is cool! I do have a tiny issue with a "dry run" which I'll explain: One of the reasons I love `terraform plan` is the fact that...

It was a concept I left in because I wanted to go back and implement it. Unfortunately, it doesn't have any functionality at the moment.