- Ensure Terraform is installed in your Operating System. To install Terraform, follow this tutorial. https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
- When downloading a project or an exercise folder, always run "terraform init" in said folder directory's PowerShell first to initialize provider.tf configurations and public modules before applying the configurations into your AWS console.
- S3 Static Website Configuration
- Exercise 1 VPC + Subnet
- Exercise 2 HCL
- Exercise 3 S3 Bucket
- Exercise 4 Backend
- Exercise 5 Providers
- Exercise 6 VPC + EC2 (Project 0)
- Exercise 7 Data Sources
- Exercise 8 Input Vars, Locals, Outputs
- Exercise 9 Expressions
- Exercise 10 Functions
- Exercise 11 Creating Multiple Resources