[Enhancement]: Optionally delete manifests from Git on "terraform destroy"
Closed this issue · 0 comments
swade1987 commented
Description
Users may want to avoid removing the manifests from Git when running terraform destroy
for the flux_bootstrap_git
resource. This would default to true
to maintain the same default behaviour.
Affected Resource(s) and/or Data Source(s)
flux_bootstrap_git
Potential Terraform Configuration
resource "flux_bootstrap_git" "this" {
...
delete_manifests = false
}
References
No response
Would you like to implement a fix?
Yes