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

``` $ git clone [email protected]:weaveworks/tf-controller.git $ cdd tf-controller $ make ./tools/bin/protoc --go_out=. --go_opt=Mrunner/runner.proto=runner/ --go-grpc_out=. --go-grpc_opt=Mrunner/runner.proto=runner/ runner/runner.proto bash: line 1: ./tools/bin/protoc: No such file or directory make: *** [gen-grpc] Error 127...

As title, it has: `replace github.com/weaveworks/tf-controller/api => ./api`, which breaks the installation: ``` $ go install -v github.com/weaveworks/tf-controller/cmd/tfctl@latest go: github.com/weaveworks/tf-controller/cmd/tfctl@latest (in github.com/weaveworks/[email protected]): The go.mod file for the module providing named...

Hello, Excited with latest development of custom backends, I was trying to get azurerm backend working without a success. I have latest flux and tf-controller installed on the cluster. Here...

kind/bug

The status is still Unknown after applying and output available. It should be "True".

- [ ] `tfctl` work - [ ] #233 - [ ] #279 - [ ] #271 - [ ] #305

Adds the option to retrieve prometheus metrics via ServiceMonitor

We currently have a Webhook capability to connect to Weave GitOps Policy Engine for plan validation. But for other use cases, like Infracost, we would need to generalize this Webhook...

kind/enhancement

using the latest tfctl build tfctl_Darwin_arm64 on an OSX M1 raises the following error: ❯ ./tfctl version -n Error: no Auth Provider found for name "oidc" Error: no Auth Provider...

`go get` no longer installs the binaries: https://go.dev/doc/go-get-install-deprecation. I think we can add something so that it runs `go get` for v1.17 and lower and `go install` for v1.18+.