tofu-controller icon indicating copy to clipboard operation
tofu-controller copied to clipboard

A GitOps OpenTofu and Terraform controller for Flux

Results 222 tofu-controller issues
Sort by recently updated
recently updated
newest added

Since the plan is being stored in kubernetes it's limited to 1MB, this isn't hard to hit on larger terraform projects. Ideas to support. - [ ] Split the plan...

I'm testing the tf-controller with localstack and the following repo: https://github.com/localstack/localstack-pro-samples/tree/master/terraform-resources It creates a lambda function which requires uploading a zip file. I've added the zip file to my repository...

Hi, I've found a possible bug when using the tf-runner with Terraform modules. When I try to deploy a lambda function using a Github hosted Terraform module, the tf-runner pod...

The new version of Terraform has been released. This 1.2.x series contains many significant changes and will break some of our test cases. https://github.com/hashicorp/terraform/releases/tag/v1.2.3

We have to support multiple versions of Terraform binary, ranging from v1.1.7 to 1.2.0 at the moment. This supported range would change according to the versions supported by HashiCorp.

Hi! Is there any option to watch all files in a directory, recursively including subdirectories? I had tried setting up a `tf` object to deploy `redis`, and when I had...