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

This issue will track the work required to remove all code not related to the `flux_bootstrap_git` resource. **Changes required to internal directory** - [ ] Remove https://github.com/fluxcd/terraform-provider-flux/blob/main/internal/provider/data_install.go - [ ]...

umbrella-issue

**Objective:** To improve our project's release management process, enhance the clarity of pull request titles, and streamline the generation of changelogs, I propose the adoption of the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/)...

Add missing provider attribute descriptions, copied from [Hashicorp Kubernetes provider](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs). Fixes #387

Optionally skip manifests deletion from git repository on terraform destroy

yamllint fails on the generated yaml as it starts with an empty line and not with `---`

The issue does not come from any code in the provider, but from an incompatibility with the current bootstrap code. It does not expect an empty cloned repository when running...

https://registry.terraform.io/providers/gavinbunney/kubectl/latest is unmaintained. https://registry.terraform.io/providers/alekc/kubectl/latest is continuation of the effort.

Hi, I am trying to install Flux using Terraform and I keep getting a 401 Bad credentials error when Terraform tries to create the **github_repository_deploy_key** resource to deploy the SSH...

The current https://registry.terraform.io/providers/fluxcd/flux/latest/docs/guides/github says: https://github.com/fluxcd/terraform-provider-flux/blob/fa794b3e95994460ad87d349568664f17eb9caac/docs/guides/github.md?plain=1#L62 but there is no use of the actual [github_repository](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/repository) or any other **data source** in the guide. The guide only refers to (one) GitHub provider...

I keep getting the following error using `resource "github_repository_file"` when I apply Terraform `Error: PUT https://api.github.com/repos///contents/clusters///flux-system/gotk-components.yaml: 409 Could not update file: Required status check "manifests" is expected. []`