#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
📌Workspaces, Remote Execution, and Collaboration 1. Workspaces: Workspaces in Terraform allow you to manage multiple environments (such as...
✔️Task 1: Importance of Terraform State Terraform state is crucial in managing infrastructure because it keeps track of the current state of resources...
🏷Terraform Configuration File: Create a Terraform configuration file to define a resource of AWS EC2 instance. terraform { required_providers { ...
⚙️Task 1: Familiarize yourself with HCL syntax used in Terraform In Terraform, HashiCorp Configuration Language (HCL) is used to define infrastructure...
❄️What is Terraform and how can it help you manage infrastructure as code? Terraform is an open-source infrastructure as code (IaC) software tool...
🎡What is Minikube? Minikube is a tool that enables you to run Kubernetes locally on your machine. It creates a single-node Kubernetes cluster on your...