📦Terraform-ec2
📦user_data
┣ 📜nginx.sh
┣ 📜instance.tf
The public_key value was generated on my local PC using SSH, the image is an Ubuntu image and the instance type is a t2 Micro
git clone https://github.com/adefemi171/terraform-ec2.git
terraform init
terraform fmt
echo "yes"|terraform apply