Create Infrastructure from Terraform
Launch a Terraform server on AWS using EC2
Install Terraform on the Ec2 instance
Install git on the EC2 instance
create a directory on the server like - "terragit"
cd "terragit"
Run the command "git init" in the directory
and create a tf file in...
dev2ops.hashnode.dev4 min read