This is the final project of the AWS Course that uses Terraform to create a VPC with a public and private subnet.
- Terraform
- AWS Account
-
Clone the repository
-
Run the following commands:
terraform init
Prepare your working directory for other commands.terraform validate
Check whether the configuration is valid.terraform plan
Show changes required by the current configuration.terraform apply
Create or update infraestructure.terraform destroy
Destroy previously-created infraestructure.
Copyright (c) 2024 Bryan Tapia. This project is MIT licensed.