[Enhancement]: Example how to bootstrap Flux from existing repo outside Terraform
everythings-gonna-be-alright opened this issue · 3 comments
Description
All examples in this provider demonstrate how to bootstrap FluxCD when you create a repo in Terraform as a resource ( except helm). However, in reality, repo is not always declared in Terraform.
Moreover, in some cases, users can use one mono repo for many clusters. In this case, it is not really convenient to import the same repo into many terraform modules.
Can this provider allow FluxCD to bootstrap from Git using the HTTPS repo URL, username, and password?
@everythings-gonna-be-alright please see the https documentation here
@swade1987 Oh. I didn't notice provider parameters. Instead, I tried to find them in the flux_bootstrap_git
resource. Framing effect.
Many thanks 🙏🏻
@swade1987 Oh. I didn't notice provider parameters. Instead, I tried to find them in the
flux_bootstrap_git
resource. Framing effect.Many thanks 🙏🏻
No problem at all @everythings-gonna-be-alright happy to help.