🎧
Support Workflow Audio
Support Workflow
1. Introduction​
This tutorial is designed for Support users. You will learn how to use your enhanced permissions to troubleshoot user deployments and manage the module catalog.
2. Step 1: Accessing User Deployments​
The most common task is investigating a user's failed deployment.
- Click Deployments in the main navigation bar.
- Select the All Deployments tab.
- In the Search box, enter the user's email address or the Deployment ID they provided.
- The list will filter to show relevant records.
3. Step 2: Investigating a Failure​
- Locate the failed deployment in the list (look for a status like
FAILUREorTIMEOUT). - Click on the blue Deployment ID link to open the details page.
- Scroll down to the Build Logs section.
- Review the text logs to find the error message. Common issues include:
- Invalid Input: The user provided a variable value that Terraform rejected.
- Permissions: The service account lacked permission to create a resource.
- Quotas: The cloud project has reached a resource limit.
4. Step 3: Managing Modules (Optional)​
As a Support user, you can also publish and update modules, just like a Partner.
- Go to your Profile and ensure your GitHub settings are configured.
- Navigate to the Publish page.
- Select a module and click Update to refresh its definition in the system.
- This is useful for rolling out quick fixes to module code or variables.
5. Step 4: Using Jules for Debugging​
If you have configured your Jules API Key in your Profile:
- Go to the Publish page.
- Find the problematic module.
- Click the Sparkles Icon (✨).
- Ask Jules to analyze the code or suggest a fix for the error you found in the logs.