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

* https://github.com/fluxcd/terraform-provider-flux/pull/217 Seems to have made some docs changes that remove an explanation about how `kustomization.yaml` is used, we are not sure if this patch has made a regression in...

I am able to create aks cluster via terraform, I want to install `fluxcd` on the cluster. I follow this example [main.tf ](https://github.com/fluxcd/terraform-provider-flux/tree/main/examples/install)to install fluxcd, but gave timed out error...

Currently, this terraform provider doesn't allow customizing the `flux_install` data source to allow the installation on `podsecuritypolicies` enabled clusters. ### Context - There are four controllers that come with the...

Sorry for this really dumb question, I am very new to Terraform and Flux, and trying to work it all out. I have created a Terraform file that uses the...

The `flux_sync` data source only allows to set the `toleration_keys`. Please allow also to set the `affinity`. Setting only toleration keys, without affinity does not guarantee that the pods are...

Although we can specify `tolerations` with https://github.com/fluxcd/flux2/pull/899 this is not enough. The KubeScheduler now just has the option to schedule the pods on tainted nodes but will not do so...

I would like to use substitution https://fluxcd.io/docs/components/kustomize/kustomization/#variable-substitution , but I need to set it up during the installation by terraform. I can't find a way how to do it. I...

This PR aims to add a example for how to use the provider with a generic git repository. The example is using a 3rd party provider it is not the...

Error msg: ``` Error: flux-system/source-controller failed to create kubernetes rest client for update of resource: flux-system/source-controller timed out fetching resources from discovery client │ │ with module.banyan.module.flux.kubectl_manifest.install["apps/v1/deployment/flux-system/source-controller"], │ on .terraform/modules/banyan/modules/kubernetes/flux/main.tf...

Kubenetes version: 1.19 Suggested solution is to specify the default value for protocol as mentioned in https://github.com/kubernetes-sigs/structured-merge-diff/issues/130 ``` ╷ │ Error: API response status: Failure │ │ with kubernetes_manifest.flux["apps/v1/deployment/flux-system/helm-controller"], │...