#2articles1week
Read more stories on Hashnode
Articles with this tag
Day 65 of 90daysofdevops · Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical...
Day 64 of 90daysofdevops · Welcome to our blog on leveraging the combined strength of Terraform and AWS! Dive into the world of Infrastructure as Code...
Day 63 of 90daysofdevops · What is Terraform Variable Variables are placeholders for values that can be used within Terraform configurations. They allow...
Day 62 of 90daysofdevops · Terraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source...
Day 61 of 90daysofdevops · Basic Terraform commands terraform init The terraform init command initializes a working directory containing Terraform...
Day 60 of 90daysofdevops · What is Infrastructure as Code (IaC)? Infrastructure as Code (IaC) is a software engineering practice that allows the...