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)

4 - Pipeline Apply

Goal: Run a DevOps pipeline to provision the AWS Docker registry (ECR)

Previous3.2 Terraform validate & planNext5 - Pipeline Destroy

Last updated 5 years ago

Was this helpful?

Steps

  1. Navigate to Pipelines on the left side menu

  2. Select Stacktutorial-ecr-registry and Configuration tutorial

  3. Select steps Plan and Apply and click RUN

  4. You will be prompted to enter AWS_SECRET_ACCESS_KEY, enter the Secret access key from the tutorial user created via AWS Console

  5. Click on the first pipeline in the list to view the Terraform console output of all steps

  6. Verify the ECR repository has been created by visiting the AWS Console at

https://console.aws.amazon.com/ecr/repositories?region=us-east-1