#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Terraform Modules Terraform Modules are a way to organize, encapsulate, and reuse Terraform configurations. They provide a way to define and package...
AWS CLI installed AWS CLI (Amazon Web Services Command Line Interface) is a command-line tool provided by Amazon Web Services to interact with various...
🔹Variables and Outputs Input Variables: These are used to accept input values from users or from other modules. Input variables are typically...
Task 1: terraform init: This command initializes a Terraform working directory, downloading the necessary providers and modules. It sets up the...
🔹What is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool used for automating and managing cloud infrastructure. It allows...
1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling,...