{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Terraform Resources API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Terraform Resources", "type": "folder" }, "items": [ { "info": { "name": "Get terraform resources from latest deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/terraform/:terraformId/terraformResources", "params": [ { "name": "terraformId", "value": "", "type": "path", "description": "Terraform ID" } ] }, "docs": "Returns the list of Terraform resources from the most recent deployment execution" } ] } ], "bundled": true }