1. Request Scope
2. Application Scope (This)
3. Query Result (PostgreSQL)
SELECT
CURRENT_TIMESTAMP as db_time,
current_database() as db_name,
current_user as db_user;
| Status | ✅ CONNECTED |
| Database Name | #qTest.db_name# |
| Connected As | #qTest.db_user# |
| Current DB Time | #qTest.db_time# |
| Execution Time | #res.executiontime# ms |
❌ CONNECTION FAILED:
#cfcatch.message#
4. System Environment (Terraform 🟥➡️)
| Variable Name |
Value |
| #key# |
#env[key]# |
Report Date: #now()# | Managed by Terraform