#terraweekchallenge
Read more stories on Hashnode
Articles with this tag
#TerraWeek Day 6 Introduction: In this blog, we will look at terraform providers and their configuration and authentication, as well as practice using...
What are modules in Terraform and why do we need modules in Terraform? A Terraform module is a set of Terraform configuration files in a single...
#TerraWeek Day 4 The importance of Terraform state in managing infrastructure. Terraform must store the state of your managed infrastructure and...
Introduction: In this blog, we will see how to manage resources using Terraform. we will create an AWS instance, examine a state file, and then...
What is HCL? Terraform is an infrastructure as code(IaC) tool developed by HashiCorp.It uses HashiCorp Configuration Language(HCL) as its native...
#TerraWeek Challenge by TWS Community Builders What is Terraform? Terraform can be defined as a tool for versioning, changing, and building...