diff --git a/.github/platform-tg-infra.code-workspace b/.github/platform-tg-infra.code-workspace index 88717b5..9ab5661 100644 --- a/.github/platform-tg-infra.code-workspace +++ b/.github/platform-tg-infra.code-workspace @@ -2,77 +2,77 @@ "folders": [ { "name": "platform-tg-infra", - "path": "." + "path": "../" }, { "name": "tfmod-cert-mgr", - "path": "../tfmod-cert-mgr" + "path": "../../tfmod-cert-mgr" }, { "name": "tfmod-config-job", - "path": "../tfmod-config-job" + "path": "../../tfmod-config-job" }, { "name": "tfmod-custom-iam-role-for-service-account-eks", - "path": "../tfmod-custom-iam-role-for-service-account-eks" + "path": "../../tfmod-custom-iam-role-for-service-account-eks" }, { "name": "tfmod-eks", - "path": "../tfmod-eks" + "path": "../../tfmod-eks" }, { "name": "tfmod-eks-configuration", - "path": "../tfmod-eks-configuration" + "path": "../../tfmod-eks-configuration" }, { "name": "tfmod-eks-dns", - "path": "../tfmod-eks-dns" + "path": "../../tfmod-eks-dns" }, { "name": "tfmod-grafana", - "path": "../tfmod-grafana" + "path": "../../tfmod-grafana" }, { "name": "tfmod-istio", - "path": "../tfmod-istio" + "path": "../../tfmod-istio" }, { "name": "tfmod-istio-service-ingress", - "path": "../tfmod-istio-service-ingress" + "path": "../../tfmod-istio-service-ingress" }, { "name": "tfmod-k8s-dashboard", - "path": "../tfmod-k8s-dashboard" + "path": "../../tfmod-k8s-dashboard" }, { "name": "tfmod-karpenter", - "path": "../tfmod-karpenter" + "path": "../../tfmod-karpenter" }, { "name": "tfmod-kiali", - "path": "../tfmod-kiali" + "path": "../../tfmod-kiali" }, { "name": "tfmod-loki", - "path": "../tfmod-loki" + "path": "../../tfmod-loki" }, { "name": "tfmod-metrics-server", - "path": "../tfmod-metrics-server" + "path": "../../tfmod-metrics-server" }, { "name": "tfmod-prometheus", - "path": "../tfmod-prometheus" + "path": "../../tfmod-prometheus" }, { "name": "tfmod-tempo", - "path": "../tfmod-tempo" + "path": "../../tfmod-tempo" }, { - "path": "../terraform-aws-eks" + "path": "../../terraform-aws-eks" }, { - "path": "../karpenter-provider-aws" + "path": "../../karpenter-provider-aws" } ] }