Last updated
The Code tab provides direct access to view and edit your auto-generated Terraform code. This feature is ideal for users who prefer code-centric workflows or need to make quick adjustments.
File Selector: Switch between different Terraform files (main.tf, variables.tf, outputs.tf, etc.).
Syntax Highlighting: Full Terraform HCL syntax support.
Code Validation: Real-time validation with error reporting.
Keyboard Shortcuts:
CMD/CTRL+S - Save changes.
CMD/CTRL+F - Search.
CMD/CTRL+H - Find and replace.
CMD/CTRL+SHIFT+R - Discard changes.
Changes made in the code editor are bidirectional - they update both the code and the visual diagram. However, some limitations apply to preserve Brainboard's structured approach.
Learn more about code editing in Code Edition.
Last updated