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

Hello, I have 3 `terraform` resources managed by tf-controller. 2 of them are fine, one reports ``` rpc error: code = Unknown desc = error pending plan and plan's name...

Storing the Terraform plan in a secret has two limitations: - Large plans cannot be stored in secret due to the secret limit - Storing those secrets (on a large...

In case of break-glass scenario (being required to operate directly on managed resources outside of GitOps flow) we need an option to mark an object as disabled. Disabled object will...

Managing multiple environments of one terraform module requires holding specific .tfvars (or more than one) for each environment. We need the ability to provide the `Terraform` object, a list of...

Reading the code, I can see that BackendConfigSpec has a field named `CustomConfiguration` to store the custom config JSON as a string. But I couldn't figure out what `key` I...

kind/docs

In order for platform groups to provide services with simple configurations, there is a need to generate for Terraform some providers' configurations (by looking at the Terraform required providers). This...

We have been using the current architecture for a while, and it seems to have many good properties. For example, - Multi-tenancy by default - gRPC-based mTLS communication between controller...

The "lockdown" mode would be enabled when passing `--no-cross-namespace-refs` to the controller. In this mode, TF-controller does not allow a Terrafrom CR to refer to Sources that live outside its...

area/security

Howdy! We are using a finicky terraform provider that bails whenever the remote resources have been deleted outside of terraform. Ideally this should be fixed in the provider to just...