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

From @phoban01 on #44 Might want to consider adding a successThreshold and failureThreshold to avoid transient network errors triggering health-check failures? Generally, the application of tcp/http healthchecks could be limited,...

kind/enhancement
area/api

We currently could do the following to import a TFSTATE for a specify Terraform object. ```shell gzip terraform.tfstate NAME=tf-controller-ng-cc5a1ac4 kubectl create secret \ generic tfstate-default-${NAME} \ --from-file=tfstate=terraform.tfstate.gz \ --dry-run=client -o=yaml...

kind/enhancement

Hello, Can you show me some example code of the Terraform Resource where a few things are specified - I've looked through the docs. 1. State file config - is...

Following on from https://github.com/weaveworks/tf-controller/issues/297 Rather than creating additional resources outside of the chart, this PR adds the ability to pass a list of namespaces that the runner may run within,...

tf-controller is just what I've been waiting for, so much potential for this project! But I've been experimenting with manual approval and have a problem. Basically a plan is being...

kind/bug