#terraweekchallenge
Read more stories on Hashnode
Articles with this tag
Task 1 :- Gain proficiency in using workspaces, remote execution, and collaboration features in Terraform. 1.1 Dive into the concepts of Terraform...
Task 1 :- Learn about Terraform providers and compare their features across different cloud platforms. š Understanding Terraform providers and...
Task 1:- 1.1 What are modules in Terraform and why do we need modules in Terraform? š In Terraform, modules are self-contained packages of Terraform...
Task 1:- Dive into the importance of Terraform state in managing infrastructure. Discover how Terraform state helps track the current state of...
Task 1:- Create a Terraform configuration file to define a resource of AWS EC2 instance. š Here's a basic Terraform configuration file (main.tf) to...
Task 1: Familiarize yourself with HCL syntax used in Terraform Learn about HCL blocks, parameters and arguments š HCL Blocks: In Terraform, HCL...