Environment

An environment is an entity used to define a specific subset of your project. It is closely tied to a repository and a CI/CD system. Once an environment is created, you can add multiple regions within it.

  • Region Setup: Each region within the environment is closely linked to a domain and a cloud account. Region creation create common template terraform code like provider.td , data.tf and terraform.tf

  • Infrastructure: After setting up your environment and regions, you can start adding infrastructure.

Keyboard Shortcuts

  • CMD+G: Generated Terraform code.

  • CMD+O: Display a list of outputs from all modules or region.

  • CMD+U: List all Terraform resources and data with their code and registry documentation links.

  • CMD+Y: Create a new region.

  • CMD+I: Access the infrastructure catalog available for use.

Last updated