Roman Geraskinrgeraskin.hashnode.dev·Mar 26, 2024Terramate ❤️ ZshTerramate is an amazing tool to enhance your Terraform experience. However, there is a way to make it even more handy for everyday use. Solve annoying things 1. Too long to type Obvious one: terraform and terramate commands are too long to type :) Us...108 readsDevops
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Sep 28, 2023Running Terramate with Terraform on GitHub-ActionsContext In the last blog, we spoke about Terramate and Stacks and how to implement them, and then we learned how to leverage Globals to generate Terraform code. In this blog, we will understand Terramate in depth with a CI/CD pipeline. Terramate, whi...37 readsTerramate
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Sep 27, 2023Terramate for streamlined AWS infrastructure managementOverview In this blog post, we are thrilled to unveil an exceptional capability of Terramate that addresses the challenge of code redundancy with the DRY (Don't Repeat Yourself) principle. Through this demonstration, we will exhibit how Terramate emp...31 readsTerraform
SIDDHANT VIJAY SINGHforInfrasity Bloginfrasityblog.hashnode.dev·Aug 17, 2023Introduction To Terramate: A Step-by-Step GuideIntroduction: Hello everyone, Today we want to share some information about the new tool which we found. Nowadays we use this tool to manage and scale our Terraform projects. We also use this tool to generate Terraform code to build infrastructure on...132 readsTerraform
Kunal KushwahaforKunal Kushwahatechwithkunal.com·Aug 16, 2023Challenges with Infrastructure as Code: Extending Terraform functionalityTerraform is a popular tool for managing infrastructure as code, which allows you to define, provision, and update your cloud resources using a declarative language. Terraform supports over 100 providers, including major public and private clouds. Ho...2 likes·469 readsCase studiesTerraform