1. Request Information
2. Application Context (this)
3. Database Test (PostgreSQL)
SELECT
CURRENT_TIMESTAMP as db_time,
current_database() as db_name,
current_user as db_user;
| Connection Status |
✅ ACTIVE |
| Current Database |
#qTest.db_name# |
| DB User |
#qTest.db_user# |
| DB Server Time |
#qTest.db_time# |
| Execution Time |
#res.executiontime# ms |
❌ DATABASE ERROR:
#cfcatch.message#
4. Terraform Environment Variables (🟥➡️)
| Variable Key |
Value from Terraform |
| #key# |
#env[key]# |
Managed by Terraform | Dashboard Generated: #dateTimeFormat(now(), "yyyy-mm-dd HH:nn:ss")#