this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(infra): rename local-bootstrap to bootstrap

Should be generic enough to run anywhere.

Khue Doan 0f5f1646 62eb9ccf

+1 -1
+1 -1
infra/local/bootstrap/terragrunt.hcl
··· 3 3 } 4 4 5 5 terraform { 6 - source = "../../modules/local-bootstrap" 6 + source = "../../modules/bootstrap" 7 7 } 8 8 9 9 dependency "cluster" {
infra/modules/local-bootstrap/argocd.tf infra/modules/bootstrap/argocd.tf
infra/modules/local-bootstrap/ingress_nginx.tf infra/modules/bootstrap/ingress_nginx.tf
infra/modules/local-bootstrap/istio.tf infra/modules/bootstrap/istio.tf
infra/modules/local-bootstrap/locals.tf infra/modules/bootstrap/locals.tf
infra/modules/local-bootstrap/loki.tf infra/modules/bootstrap/loki.tf
infra/modules/local-bootstrap/prometheus.tf infra/modules/bootstrap/prometheus.tf
infra/modules/local-bootstrap/registry.tf infra/modules/bootstrap/registry.tf
infra/modules/local-bootstrap/variables.tf infra/modules/bootstrap/variables.tf
infra/modules/local-bootstrap/versions.tf infra/modules/bootstrap/versions.tf