kbst / terraform-provider-kustomization

Terraform provider for Kustomize
https://www.kubestack.com
Apache License 2.0
270 stars 53 forks source link

kustomizationBuild timeout #252

Closed DavidGamba closed 6 months ago

DavidGamba commented 7 months ago

I am constantly running into this error:

│ Error: kustomizationBuild: Kustomizer Run for path '../install' failed: accumulating resources: accumulation err='accumulating resources from 'https://github.com/argoproj/argo-cd.git//manifests/ha/cluster-install?ref=v2.6.15': URL is a git repository': hit 27s timeout running '/opt/homebrew/bin/git fetch --depth=1 https://github.com/argoproj/argo-cd.git v2.6.15'
│ 
│   with module.kustomization.data.kustomization_build.this,
│   on modules/kustomization/main.tf line 7, in data "kustomization_build" "this":
│    7: data "kustomization_build" "this" {

Is there a way to extend the timeout?

pst commented 6 months ago

Will close for lack of activity.