This Terraform configuration demonstrates how to create a VPC using aws
as a provider.
Before you begin, ensure you have the following installed:
- Terraform (version v1.5.7)
- AWS CLI (version v2.15.38)
-
Clone this repository to your local machine:
git clone [email protected]:AEIS-FIS-EPN/daniel-taco-aws-terraform.git
-
Change into the project directory:
cd daniel-taco-aws-terraform
-
Initialize Terraform:
terraform init
Validate your Terraform configuration before applying any changes:
terraform validate
Generate and review an execution plan:
terraform plan
Apply the configured changes:
terraform apply
Terraform will execute the specified commands or scripts using the aws
provisioner.
To clean up and destroy any resources created by Terraform, run:
terraform destroy
- [Add any additional notes or instructions here]
If you encounter any issues or have questions, please open an issue on GitHub.