{ "version": "1.0.0", "stack": { "name": "rds", "kind": "l1", "depth": 1 }, "resources": [ { "id": "rds", "type": "aws:rds:instance", "module": "rds@1.0.0", "inputs": { "engine": "postgres", "engine_version": "16.4", "instance_class": "db.t3.micro", "allocated_storage": 20, "db_name": "acdl_db", "username": "acdl_admin", "multi_az": false, "storage_encrypted": true, "region": "us-east-1" }, "outputs": { "db_endpoint": {"type": "string", "description": "The RDS instance endpoint."}, "db_arn": {"type": "arn", "description": "The RDS instance ARN."} }, "nfrs": { "backup_retention_period": 7, "deletion_protection": true } } ] }