Dockerize environment for automated testing

This commit is contained in:
geoffsee
2025-08-07 19:06:29 -04:00
parent 95d9ba8925
commit 63bea1315a
29 changed files with 9137 additions and 73 deletions

View File

@@ -0,0 +1,11 @@
{
"language": "typescript",
"app": "npx ts-node main.ts",
"projectId": "c45d893a-419d-4a48-b8b2-20edf6f55bcd",
"sendCrashReports": "false",
"terraformProviders": [
"zitadel/zitadel"
],
"terraformModules": [],
"context": {}
}