Terraform
Terraform
Overview
Project Steps
4. Verify Deployment
5. Clean Up Resources
• Used terraform destroy to safely delete the resources when they were no
longer needed.
Key Terraform Files
1. providers.tf - Configured the AWS provider and specified the Terraform version.
2. network.tf - Defined the VPC, subnet, internet gateway, and route table.
Feel free to check out the project and try it yourself by following the steps in the
repository!