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

Terraform-provider-flux should create a `gotk-sync.yaml` file with **decryption-provider** and **secret-reference** inside. Like the flux cli does - see https://toolkit.fluxcd.io/cmd/flux_create_kustomization/ **actual** ```yaml apiVersion: kustomize.toolkit.fluxcd.io/v1beta1 kind: Kustomization metadata: name: flux-system namespace: flux-system...

Hi I am trying to install flux using this provider example and I am hitting the following error when i run `terraform apply` ```╷ │ Error: Invalid for_each argument │...

HI, i want to set up flux v2 with terraform but i don't find the variable to add the gpg key and do the same like this option :"--gpg-key-ring=/root/gpg-signing-key/" ![image](https://user-images.githubusercontent.com/12540939/152116476-6e4419ae-9140-496f-99e0-90e75487931d.png)...

A lot has happened since the initial development of this provider, and the amount of users seems to have just increased. As it is a critical component for those who...

Reference(s): - https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/deploy_token

Hi, I use terraform to install flux ``` data "flux_install" "main" { target_path = var.target_path network_policy = false namespace = var.flux_namespace components_extra = ["image-reflector-controller", "image-automation-controller"] } ``` I use ImageRepository...

Recently we got an issue where the `kubectl` provider along with the `fluxcd` provider end up always performing an update-in-place. The fix is rather easy so I thought a user...

area/docs

Hi. We are using generic git repo and tried to install flux v2 with help of terrafrom provider. We have done it successfully, but we wanted to have some mechanism...

Hi! With reference to the [doc](https://github.com/fluxcd/terraform-provider-flux/blob/main/docs/guides/customize-flux.md#customize-flux ) 1. Question about the document, where it specifies this [file](https://github.com/fluxcd/terraform-provider-flux/blob/main/docs/guides/customize-flux.md?plain=1#L84) and in the kustomization file it is supposed to generate there's a [different...

good first issue