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

Hey! We're building a reusable module and trying to support multiple Kubernetes authentication methods based on user's preferences. This includes the `exec` plugin. Currently the provider configuration for the `exec`...

The latest version of FluxCD provider has limited authentication options, allowing only SSH key or Username/Password for git authentication. In contrast, the previous version allowed us to utilize any provider...

Hi, I just experienced the following problem: We created a Terraform module that is launched by another Terraform project, we're passing the "flux" provider to the module that is responsible...

Provider Version: 1.0.1 Since we are working on private network, I am setting up private docker registry like that: ``` resource "flux_bootstrap_git" "this" { path = "some-path" registry = private.registry.io/fluxcd/...

@phillebaba Have you seen this? I think we had some related discussion at the Dev Meeting, last week or this week. Jeff showed up at Bug Scrub this week with...

Hello, I was adding a new cluster to our terraform setup ( we have multiple clusters created from the same terraform root module ) and I lock the flux version...

Hello, Whenever our flux instance upgrades it uninstalls all the application code, and reinstalls it using the latest version of the CRDs. The terraform we are using to do the...

I want to be able use an existing namespace **without** the `flux_bootstrap_git` taking it over. Currently I can use an existing secret and an existing namespace (obviously, the secret has...

Ideally there would be a resource which bootstraps the cluster using OCI as a source too.

enhancement
hold

Hello, I faced situation when I can't dynamically define path to kubeconfig in flux provider without using extra (bridge) variable: ``` provider "flux" { kubernetes = { config_path = var.kubeconfig...