© 2023 Hashnode
#devops-journey
Task 1: What are modules in Terraform and why do we need modules in Terraform? Modules in Terraform are reusable, self-contained units of infrastructure configuration that can be used to define and…
AWS: AWS (Amazon Web Services) is a comprehensive cloud computing platform offered by Amazon. It provides a wide range of services including storage, computing power, networking, databases, and more. With AWS, businesses can scale their inf…
Task 1: Research the importance of Terraform state in managing infrastructure. Share your findings on how Terraform state helps track the current state of resources. Tracking Resource State: Terrafor…
TerraWeek Day 2/7 Task 1: Familiarize yourself with the HCL syntax used in Terraform Learn about HCL blocks, parameters, and arguments HCL (HashiCorp Configuration Language) is the language used in Te…
Imagine a scenario where you're diligently working on a document, making various edits and improvements. To ensure a safety net, you save the document with a modified name, such as adding "_v2" to ind…
What is a package? In the context of software development, a package refers to a collection of files and resources that are bundled together to perform a specific functionality or provide a set …
Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (Anyone) Before that perform the below steps :) step 1: Conne…
TerraWeek Day 1/7 Day 1: Introduction to Terraform and Terraform Basics What is Terraform and how can it help you manage infrastructure as code? Terraform is an open-source infrastructure as a code to…
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It allows organizations to run and manage conta…
Task 1: Familiarize yourself with the HCL syntax used in Terraform HCL (HashiCorp Configuration Language) is the language used in Terraform to write infrastructure configurations. Here are some key po…