Resources
The Resources list provides a comprehensive overview of all cloud resources in your architecture, displayed as interactive cards. This interface enables quick navigation, parameter inspection, and resource management directly from the right panel.

Key User Goals
The Resources List is designed to help you:
Find resources quickly: Search and filter through all resources in your architecture.
See resource overview: View key parameters and configuration at a glance.
Navigate to diagram: Jump directly to any resource's location in the visual diagram.
Understand relationships: See how resources connect and reference each other.
Each resource is displayed as a card. Learn more about resource cards.
Search and Filter
Resource Search
Use the search option at the top of the Resources to filter resources by:
Resource Name: Search by the Terraform resource name.
Resource Type: Filter by type (e.g., "storage", "network", "compute").
Parameters: Find resources with specific parameter values.
Search Behavior
Search is real-time - results update as you type.
Search is case-insensitive
Partial matches are supported
Clear the search to see all resources again
View Modes
The Resources list supports two organizational modes:
Dynamic View
This view displays all resources in a single continuous list, sorted by creation order or file assignment. It is ideal for:
Smaller architectures (under 50 resources).
Quick scanning of all resources.
Finding resources by scrolling.
File-Grouped View
This view organizes resources by their Terraform file assignment, with collapsible sections for each file. This view is ideal for:
Larger architectures with many resources.
Viewing resources by logical file organization.
Understanding file structure.
For architectures with many resources, File-Grouped View automatically activates to improve performance and navigation.
Visibility States
The Resources list displays different messages when:
No Resources: "Drop a resource on the canvas."
No Visible Resources: When all resources are outside the visible canvas area, you'll see a
Fit Content to Viewbutton.No Search Results: "No results found" message is displayed when no resource matches the searched text/keyword. In this case, you can clear the text/keyword in the search bar and try again.
Related articles
Resource cards: Information on card components, parameters display, and card actions.
Resource Organization: Default, auto, and manual file assignment.
Best Practices and Shortcuts: Best practices for using the Resources list and keyboard shortcuts.
Resource Configuration: Detailed resource configuration interface.
Right Panel: Overview of all right panel tabs.
Design Area: Visual diagram interface.
Split Code into Files: Organizing Terraform files.
Last updated