Before you begin, ensure you have the following tools installed:
- Clone the repository:
git clone <repository_url>
- Navigate to the project
cd <project_directory> - Build the Docker image:
docker build -t my-docker-image
- Terraform Initialisation
cd terraform
-
Modify the tfvars file
-
Teraform plan and apply
Terraform plan #will crate a plan
Terraform apply
Additional Notes
- Ensure that you have the necessary AWS credentials configured for Terraform to access your AWS account.
- Modify variables in terraform.tfvars based on your requirements.
- Adjust Dockerfile or Terraform files as needed for your specific project.