#terraweekchallenge
Read more stories on Hashnode
Articles with this tag
TerraWeek Day 4 š± Task 1: Importance of Terraform State š Research: Dive into the importance of Terraform state in managing infrastructure. Discover...
Step 1 First, we will create the required providers in terraform.tf file. vim terraform.tf terraform init It will install the aws plugins...
TerraWeek Day 3 Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine,...
TerraWeek Day 2 Task 1: Familiarize yourself with HCL syntax used in Terraform Learn about HCL blocks, parameters, and arguments In the below image...
TerraWeek Day 1 Day 1: Introduction to Terraform and Terraform Basics What is Terraform and how can it help you manage infrastructure as...