Terraform examples for AWS
- Install Terraform
- via Chocolately for Windows
- via Homebrew for Mac
- Create AWS CLI user via AWS IAM on AWS console
- (Optional) Install Terraform VSCode Extension. Helps with Syntax highlighting and autocompletion for Terraform.
- Clone repo
- Navigate to one of the example folders
- Run
terraform init terraform apply
We appreciate feedback and contribution to this repo! Feel free to create a PR with your changes. I plan to add additional things like a PR template, etc. to make the contribution process more formal.