Terraforge
  • Welcome to Terraforge!
  • Features
  • How it works
  • HashiCorp Meetup Slides
  • Demos & Tutorials
    • First Steps
      • 1 - Tutorial Environment
      • 2 - Terraform Stack (local_file)
        • 2.1 - Source Code Editor
        • 2.2 - Terraform validate & plan
        • 2.3 - README
      • 3 - Pipeline Apply
    • AWS Stack (simple)
      • 1 - Terraform user
      • 2 - Sandbox Environment
      • 3 - Terraform Stack (ECR registry)
        • 3.1 - Terraform Code
        • 3.2 Terraform validate & plan
      • 4 - Pipeline Apply
      • 5 - Pipeline Destroy
Powered by GitBook
On this page

Was this helpful?

  1. Demos & Tutorials
  2. AWS Stack (simple)

2 - Sandbox Environment

Goal: Create an sandbox environment for AWS and store the AWS_ACCESS_KEY_ID

Previous1 - Terraform userNext3 - Terraform Stack (ECR registry)

Last updated 5 years ago

Was this helpful?

Steps

  1. Navigate to Environment on the left side menu

  2. Set Environment name to sandbox

  3. Set Description to Sandbox for AWS tutorials

  4. Add the ENV Variable AWS_ACCESS_KEY_ID and set it to the Access key ID from the AWS Console

  5. Add the ENV Variable AWS_SECRET_ACCESS_KEY and leave it empty

  6. Leave all other options as default and click SAVE

ENV variables are stored encrypted. Sensitive variables should be left empty and will be prompted on deployment.