For the complete documentation index, see llms.txt. This page is also available as Markdown.

Code

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.

Key Features

  • 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.

Learn more about code editing in Code Edition.

Last updated