๐ If you’re new to infrastructure-as-code (IAC), you may have heard of Terraform, a popular IAC tool used to build and manage infrastructure in the cloud. One of the most powerful features of Terraform is the use of modules, which help organize your code and make it reusable. โก In this blog post, we’ll dive […]
Read More๐What is (IaC) Infrastructure as Code? Infrastructure as code, or IaC, is the process of delivering and managing infrastructure that is described by code rather than by hand. ๐When to use IaC? 1๏ธโฃ. You make extensive use of IaaS resources. 2๏ธโฃ. Your infrastructure is rented from a variety of platforms or vendors. ๐IaC DevOps Best […]
Read Moreโ Terraform Provisioners are used for executing scripts or shell commands on a local or remote machine as part of resource creation/deletion. โ Provisioners can be used to model specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure objects for service. โ There are 2 […]
Read MoreCloud automation is on its pace and various toolsย are proposed for faster and efficient developmentย . One such automation tool is ย Terraform. What is Terraform? โช Terraform is an open-source IaaS (Infrastructure as a Code) tool by Hashicorp. It is used to build, provision and modify architecture using declarative commands. ย Why Terraform? โช Terraform is […]
Read MoreWhat is ๐๐๐ซ๐ซ๐๐๐จ๐ซ๐ฆ? Should you go for ๐๐๐ซ๐ซ๐๐๐จ๐ซ๐ฆ? What is the scope? There are many questions similar to this which comes in mind when we talk about Terraform. We are going to discuss many of these types of questions with our expert trainer. If you wish to check out the live Q/A, visit https://k21academy.com/terraform23 and […]
Read MoreWhat is ๐๐๐ซ๐ซ๐๐๐จ๐ซ๐ฆ? Should you go for ๐๐๐ซ๐ซ๐๐๐จ๐ซ๐ฆ? What is the scope? There are many questions similar to this which comes in mind when we talk about Terraform. We are going to discuss many of these types of questions with our expert trainer. If you wish to check out the live Q/A, visit https://k21academy.com/terraform23 and […]
Read MoreWith the current success of Terraform, the cloud market has a lot of requirements for DevOps engineers with good terraform knowledge. To land yourself a job in this field, you must be prepared to face an interview. In this blog https://k21academy.com/terraform21, we have covered some most commonly asked interview questions for the Terraform Associate Role. […]
Read MoreNo more terror of commands! Terraform commands may seem intimidating at first if you are not used to using the terminal. Cheat sheets come in handy while you are still working on memorizing these commands. Check out this blog at https://k21academy.com/terraform20 where we have covered Terraform cheat sheet consisting of the most basic and widely […]
Read MoreTerraform is one of the most popular Infrastructure-as-code (IaC) tool used by DevOps teams to automate infrastructure tasks. It is used to automate the provisioning of your cloud resources. It supports multiple providers such as AWS, Azure, Oracle, GCP, and many more. To know how to create a Virtual machine on AWS in two different […]
Read MoreTerraform is an open-source, cloud-agnostic provisioning tool developed by HashiCorp and written in the GO language. Using the Terraform in a proper workflow extremely helpful in a team and can benefit you even if you work individually. A good workflow enables you to streamline a process, organize it, and make it less error-prone. If you […]
Read More