Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 31, 2025
1 parent 2d01b8a commit f9dc81d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/platform-tg-infra.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit f9dc81d

Please sign in to comment.