This project utilizes Terraform to automate the deployment of EC2 instances on the AWS cloud. It streamlines the process of provisioning infrastructure as code, providing a scalable and flexible solution for managing AWS resources.
- main.tf: Defines the main configuration for AWS resources, including EC2 instance settings.
- variables.tf: Contains variable declarations for customization.
- AWS account with appropriate permissions.
- Terraform installed on your local machine.
- Initialize Terraform: terraform init
- Apply the Terraform configuration: terraform apply
- Confirm the changes when prompted.