Refactoring

This commit is contained in:
2025-01-20 17:11:21 -06:00
parent 7b4685a513
commit f34810fa80
6 changed files with 144 additions and 58 deletions

View File

@@ -16,6 +16,10 @@ locals {
test = "flying-app-test"
prod = "flying-app-prod"
}
container_app_app_redirect_url = {
dev = "https://flying-app-dev.greensea-e83e7646.centralus.azurecontainerapps.io"
}
container_app_api_name = {
dev = "flying-api-dev"