#devops
Read more stories on Hashnode
Articles with this tag
Terraform uses a state file to keep track of the resources it manages and their current state. The state file is crucial for Terraform to understand...
Terraform modules provide a way to organize and reuse Terraform code by encapsulating a set of resources and configurations into a modular and...
In Terraform, variables are a fundamental concept that allows you to parameterize your infrastructure code. Variables enable you to define values that...
📍 What is Infrastructure as Code Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through...
Introduction In the fast-paced realm of software development, Continuous Integration and Continuous Deployment (CI/CD) have emerged as indispensable...
In DevOps, deployment refers to the process of making software applications or updates available for use. There are several types of deployment...