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

Seeing plan details is an very important feature for the plan step. We need to have a mechanism to show plan details somewhere (via a notification? via a PR?)

kind/proposal

Currently when not using `auto` the plan commit is show in the status. This plan commit must then be put into the manifest and pushed. This workflow could be greatly...

kind/enhancement

Outlining this here before I start on an implementation. `ConfigMap`/`Secret` do not support types other than strings, the `varsFrom[].varsKeys` allows selecting which keys in the `ConfigMap`/`Secret` are used. Proposal to...

Hello :wave: awesome project! I was playing around with trying to use `varsFrom` to create a AWS resource using some access/secret keys in a secret, and was unable to get...

kind/docs

There would be a case that users require to cache provider binaries for a specific set of Terraform resources. The only way to do so is to cache provider binaries...