Skip to content

Commit

Permalink
simplify prerequisites docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schnipseljagd committed Aug 31, 2022
1 parent a7b1825 commit 995fb31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 4 additions & 0 deletions 0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Let’s get started by bootstrapping Terraform and out AWS environment.

## IDE
For the whole workshop we recommend to set up your IDE with Terraform support or to use an IDE with Terraform support
(e.g. [VS Code](https://code.visualstudio.com/) / [Terraform extension](https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform))

## AWS credentials setup

Before you start you will need
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,11 @@ The workshop empowers you to know the core concepts of *infrastructure as code*
* ✅ Deploy multiple environments (e.g. staging and prod)
* ✅ Implement a feature flag and learn more about parameterization


## 👾 Prerequisites

Before jumping to the first lab, please double-check the list and prepare your computer.

- Follow the instructions in the [bootstrap section](./0-bootstrap)
- [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
- [AWS credentials in the terminal](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)
- IDE with Terraform support (e.g. [VS Code](https://code.visualstudio.com/) / [Terraform extension](https://marketplace.visualstudio.com/items?itemName=HashiCorp.terraform))
- [tfenv (recommended)](https://github.com/tfutils/tfenv)

## 🤓 Labs

We recommend you walk through the labs step by step and follow the instructions. Feel free to further extend the stack, play around with resources and dive deeper. Have fun ✌️

0. [Boostrap Environment](./0-bootstrap) Please double-check the instructions and set up your working environment
1. [Getting Started](./1-getting-started): Get started with Terraform, deploy some AWS resources, and create a remote backend for the Terraform state
2. [Third Party](./2-third-party/): Use a third-party *module* to easily build and deploy an AWS Lambda function
3. [Module Composition](./3-module-composition/): Improve the growing codebase by introducing custom modules and module composition
Expand Down

0 comments on commit 995fb31

Please sign in to comment.