This project is the culmination of the AWS Course, utilizing Terraform to create a VPC with both public and private subnets.
To utilize this project, ensure you have the following:
- Terraform installed on your system.
- An active AWS account.
Follow these steps to effectively use the project:
- Clone the repository to your local machine.
- Run the following commands in your terminal:
Prepare your working directory for other commands.
terraform init
Check wether the configuration is valid.
terraform validate
Show changes required by the current configuration.
terraform plan
Create or update infrastructure.
terraform apply
Destroy previously-created infrastructure.
terraform destroy
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or want to connect, feel free to reach out to me at [email protected].