diff --git a/.github/platform-tg-infra.code-workspace b/.github/platform-tg-infra.code-workspace index fbc4a1f..642d972 100644 --- a/.github/platform-tg-infra.code-workspace +++ b/.github/platform-tg-infra.code-workspace @@ -72,20 +72,17 @@ "name": "tfmod-open-telemetry", "path": "../../tfmod-open-telemetry" }, - { - "name": "tfmod-postgresql", - "path": "../../tfmod-postgresql" - }, { "name": "tfmod-prometheus", "path": "../../tfmod-prometheus" }, { - "name": "tfmod-tempo", - "path": "../../tfmod-tempo" + "name": "tfmod-postgresql", + "path": "../../tfmod-postgresql" }, { - "path": "../../../terraform-modules/aws-ecr-copy-images" + "name": "tfmod-tempo", + "path": "../../tfmod-tempo" } ] }