terraform-provider-flux icon indicating copy to clipboard operation
terraform-provider-flux copied to clipboard

Terraform and OpenTofu provider for bootstrapping Flux

Results 114 terraform-provider-flux issues
Sort by recently updated
recently updated
newest added

Similar to how the provider supports specifying a `branch`, allow for a `tag` to be specified: ``` provider "flux" { kubernetes = { ... } git = { url =...

wontfix

Hey, we auto rotate our git password in flux provider config. ```tf provider "flux" { ... git = { ... http = { username = "token" password = var.flux_gitlab_token }...

Engineers want to edit kustomization.yaml directly in repo, but tf will override changes on next apply. I tried to use lifecycle with ignore_changes, but it looks like does not work....

Creating `flux_bootstrap_git` fails for me without a helpful error message. The `gotk-components.yaml` file is created as expected in my repo, but the bootstrap process doesn't proceed further. No resources were...

We've been using fluxcd and it works great, however now we're trying to rotate secrets and that seems to be broken with terraform. According to the guide https://fluxcd.io/flux/installation/configuration/deploy-key-rotation/ we are...

We are currently on Flux 0.41.2 and terraform flux/fluxcd provider 0.25.3 and wish to migrate to using the new `flux_bootstrap_git` resource. While running the command `tf import flux_bootstrap_git.this flux-system` we...

Currently the behavior of the `destroy` is to perform similar function of a `flux uninstall`. While this makes sense to retain workloads when doing a `flux uninstall` in the case...

Hi! we are using the `flux_bootstrap_git` resource to deploy flux into our clusters. ## Description We do have running flux into the cluster and i'm trying to update the flux...

So the changes to move `git` and `kubernetes` schemas to providers does work and has been tested but creates a known chicken-egg scenario that I just want to make others...