Day 62 - Terraform and Docker π₯
Blocks and Resources in Terraform
Task-01
Create a Terraform script with Blocks and Resources using terraform.tf file.Before that we need to install docker in our system.
sudo apt-get install docker.io -y && sudo apt-get install docker-compose -y &...
poojabhavani.hashnode.dev2 min read