Kashyap Merai

Kashyap Merai

Kashyap Merai, a Certified Solution Architect and Public Cloud Specialist with over 7 years in IT. He helped startups in Real Estate, Media Streaming, and On-Demand industries launch successful public cloud projects.Passionate about Space, Science, and Computers, He also mentors aspiring cloud engineers, shaping the industry's future.Connect with him on LinkedIn to stay updated on cloud innovations.

Terraform Merge Lists: Effective Use

Terraform Merge Lists

Terraform is a powerful open-source tool to manage infrastructure as a code (IaC) that allows you to define and provision the entire infrastructure with the configuration code. Terraform provides a way to manage the structure code with the merge lists.…

Terraform Comment Block: A Comprehensive Guide

Terraform Comment Block

Importance of Comments in Terraform Terraform Comment Block is important for your infrastructure code. It improves readability and makes the code easier to understand and maintain. By adding the comments to your Terraform code, you can improve the clarity of…

Terraform jsonencode Example: A Comprehensive Guide

Terraform jsonencode Example

Introduction to Terraform and jsonencode What is Terraform? Terraform is an open-source tool developed by HarshiCorp to manage infrastructure as a code (IaC). Terraform allows you to write and provide the infrastructure using the high-level configuration language with HCL syntax.…

Top 5 Terraform Module Versioning Best Practices

Terraform Module Versioning Best Practices

Introduction Importance of Versioning in Terraform Modules Terraform modules versioning is critical for your infrastructure as a code (IaC) stability and predictability. Following the “Terraform Module Versioning Best Practices” allows the team to make changes effectively without breaking changes in…