With 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 MoreAre you a beginner and planning to learn Terraform, then this blog post is for you! Check out this blog at k21academy.com/terraform17 to know all the basic fundamentals of Terraform and how it works before you go diving deep. The blog covers: • Infrastructure as Code and IaC tools • What Is Terraform? • Terraform Lifecycle […]
Read MoreCoding is now literacy and Automation is the new norm. Companies are looking for automation in all areas and infrastructure doesn’t remain untouched too. Terraform has become a popular tool recently for the automation of cloud infrastructure provisioning. As easy as it sounds, clearing the certification is a whole another deal. Check out the blog […]
Read MoreWant to automate your cloud infrastructure but not sure which tool to choose? Terraform is one of the most popular and most preferred tools for “Infrastructure-as-code” and for the automation of your cloud resources. Check out this blog post at k21academy.com/terraform15 which covers why you should choose Terraform over other IaC tools such as Chef, […]
Read MoreTerraform is a tool used to build an infrastructure safely and efficiently and to achieve that you must have a good knowledge of the Hands-On Labs of Terraform. Hands-on lab will help you to provide the infrastructure on the cloud(AWS, Azure, OCI), and also it will help you to clear Terraform Associate Certification. To know […]
Read MoreTerraform is one of the most popular tools used by DevOps teams to automate infrastructure tasks. It is used to provision and manage any cloud, infrastructure, or service on various cloud providers such as AWS, Azure, GCP and OCI. Check out this blog at k21academy.com/terraform14 to know more about introduction to Terraform provider and some […]
Read MoreReusability is one of the major benefits of Infrastructure as Code. In Terraform, we can use variables to make our configurations more dynamic. This means we are no longer hard coding every value into the configuration. Check out this blog at k21academy.com/terraform13 to know more about types of input variables available in Terraform and how […]
Read More