Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Terragrunt Deep Dive
Rating: 4.3 out of 5(192 ratings)
1,162 students
Last updated 11/2023
English

What you'll learn

  • You will be able to understand, how to manage multi environment using Terragrunt
  • It helps us to maintain more number of environments for AWS target provider
  • You will be able to handle any target provider with ease
  • As DevOps Engineer or SRE, we will be able to handle complex Infrastructure by keeping of Terraform code DRY
  • Terragrunt topic will add a weightage to Carrier and Organizations to do some POC for Clients
  • You will understand, how to write Terraform configuration files for scenarios like VPC and EKS Cluster in GitHub repository

Course content

17 sections33 lectures6h 35m total length
  • Introduction1:53

    As a DevOps Engineer or Infrastructure Management team, we need to handle Multiple environments for Multiple or Single target provider like AWS

    So to fill this gap which Terraform can't handle complex environment using workspace feature, we are using Terragrunt to keep out Terraform code DRY


  • Challenges to manage Infrastructure3:22

Requirements

  • Need some basic understanding on Terraform commands, Terraform workspace and Modules

Description

Terragrunt tool is a thin wrapper around Terraform which will simply the Job of Infrastructure like AWS Cloud etc., when we want to manage multiple environments

  1. As DevOps and SRE engineer, we need to manage multiple targets and each target provider will have multiple environments for which it become complex to manage

  2. Writing Terraform Configuration files to store in GitHub

  3. Understanding Terragrunt configuration files for multi-environment infrastructure

  4. Terraform workspace and modules limitations

  5. We will be using AWS Cloud as target provider in this course

  6. We have created two scenarios, VPC network and EKS Cluster with Node Group using modules

  7. Understanding terragrunt blocks and attributes

  8. You need to have some basic understanding on Terraform prior to this course

  9. We will not only talk about Terragrunt configuration files, we have to see from scratch how we need to write Terraform configuration files to keep DRY for Terragrunt for scenarios mentioned above

  10. We can also manage multiple AWS accounts with ease

  11. Terragrunt is opensource tool, which provides flexibility to contribute to the development as well

  12. In terraform configuration files, we will use multiple built-in functions as well to add some logic for resource management

  13. Terragrunt is trying to add more functionalities as well to provide visibility to different target providers not only for AWS specific

Finally we will see all the terragrunt commands to manage and how terraform commands options are inherited by terragrunt cli

Who this course is for:

  • DevOps Engineers, SRE and Infrastructure (Cloud or On-premises) Management team