Stack
An stack is an entity used to define common templates. It is closely tied to a environment or service. Once you created the stack than you can import aa stack into a region or service.
Stack Setup: Each stack closely linked to a cloud provider. During stack creation you can use few templates variable that will be replace while import like env_name, region_name, domain, account_id and others
Infrastructure: After setting up your stack , 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+ I: Access the infrastructure catalog available for use.
Last updated