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 Flux team 👋 I tried to migrate Flux tf provider to 1.1.2 following the migration guide, and I updated the flux version to `2.0.0-rc5` but I have a weird...

Please note that i'm not very proficient in terraform so it might very well be an error from my part provider version = ">= 1.1.1" So i'm trying to make...

Could you please add a new provider parameter ssh-hostname to the flux terraform provider so that it works in the environment with a firewall?

Hi, we are upgrading the provider version from 0.15.3 to 1.1.1 and fluxcd version from v0.35.0 to v2.1.1 at the same. After removing the resources as mentioned [here](https://registry.terraform.io/providers/fluxcd/flux/latest/docs/guides/migrating-to-resource), the `flux_bootstrap_git`...

Hi, thanks a lot for the terraform provider. I would like to ask if it is possible to disable the `kustomization_override` in `flux_bootstrap_git` resource, so that the resource doesn't check...

I am getting the below error while importing flux_bootstrap_git resource into terraform state ╷ │ Error: Could not get GitRepository flux-system/flux-system │ │ failed to get API group resources: unable...

Hello, I want to switch to the `flux_bootstrap_git` resource. But currently, it breaks our CI as we enforce that our commits match the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0]) norm. I suggest two way...

Hello, > The datasources flux_install and flux_sync are deprecated, with a warning about their removal in the future. Is there some timeline for the deprecation? Those resources were removed from...

We have an issue where plans generated by terraform on windows are changing our kustomization file paths. Every plan looks like this from windows after a linux/osx/etc apply: ``` +...

In our setup we used a private GitHub repository to bootstrap all our Flux CD installations in a structure like `cluster//flux-system` Hence we are using the github_repository data provider instead...