#devops-articles
Read more stories on Hashnode
Articles with this tag
Day 63 of 90daysofdevops · Terraform Variables Terraform allows you to define variables to parameterize your infrastructure code and make it more...
Day 62 of 90daysofdevops · Task 1 Create a Terraform script with Blocks and Resources terraform { required_providers { docker = { ...
Day 7 of TerraWeek · Terraform Workspaces Terraform workspaces are used to manage multiple instances of the same infrastructure within a single...
Day 6 of TerraWeek · Task 1: Learn and Compare Terraform Providers Spend time learning about Terraform providers and their significance in managing...
Day 5 of TerraWeek · Task 1 What are modules in Terraform and why do we need modules in Terraform? 🛑 Terraform modules A Terraform module is a set of...
Day 4 of TerraWeek · Task 1 Research the importance of Terraform state in managing infrastructure. Share your findings on how Terraform state helps...