• Post category:StudyBullet-13
  • Reading time:11 mins read


Learn DevOps fundamentals:Write Terraform for Azure, solve complex Infrastructure problems foreach, if-else loops.

What you will learn

Expand your terraform knowledge to next level where we would be starting with core fundamentals of terraform and learning some of the features like loops.

Learn to define Variable Schema in Terraform

Introducing latest terraform functionalities like Module count, custom variables.

Infrastructure CI CD via Github Actions

Run Infrastructure code via automated Pipeline

Reusable Modules

Over the next few hours we would be building production ready multi tier application right from scratch using terraform.

DevOps via Gitlab YAML

Dynamic for each loop for complex list of objects

Learn how to reuse code to create Terraform modules for multiple environment and clients.

Only course which is updated real time as soon as Terraform launches a new version like covering 0.14 & 0.15

Store Azure secrets and apply YAML workflow

Interview Questions based on production scenario

Learn basic Infrastructure complex features like if statements, conditionals, for-each loop, functions , provisioners, data and imports.

Gitlab CI CD

Description

Understand the core fundamentals of terraform, how it is different from Cloud-native tools like cloud formation from AWS, ARM for Azure, or deployment manager from Google. Learn the nuances of Terraform to use it as an Infrastructure as Code to provision and manage any cloud, infrastructure, or service.

Expand your terraform knowledge to the next level where we would be starting with core fundamentals of terraform and learning some of the advanced features like loops, if statements, conditionals, for-each loop, functions, provisioners, data, and imports. Over the next few hours, we would be building a production-ready multi-tier application right from scratch using terraform.

This course is one of the few in the marketplace, where it is being regularly updated almost real-time basis as soon as the Hashicorp (Terraforms Parent company) launch any new set of feature, we make sure learner enroll in the course get the best out of the content.


Get Instant Notification of New Courses on our Telegram channel.


We also as a team strive to be customer-focused by making sure whatever queries are being put on direct messages or in the community, we try to get back to the learner within 24 hours if not early, there have been scenarios where our instructors have been on screen sharing session with the users and helped them solve the problems.

Prepare for interviews and certification by solving quizzes at the end of sessions.

What will you learn over the next few hours and How the course is shaped?

  • Terraform As an Infrastructure as a Code
  • Installation
  • Writing terraform configuration
  • Parameterising Configuration
  • Terraform State
  • for and for-each loop
  • Loops used for expressions
  • Count Parameter
  • Conditionals
  • Terraform Functions
  • Terraform modules
  • Public registry
  • Reuse code to create modules
  • Building a multi-tier application
  • Production-ready Terraform code
  • Provisioners with Terraform
  • Terraform Import
  • Infrastructure CI-CD
  • Deployment via Github Actions
  • Store Secrets and Apply Workflow
  • Data Sources
  • Custom Variables
  • Count with Modules
  • Dynamic for each loop for list of objects
  • Introduction Sensitive Variables
  • Gitlab YAML (CI-CD)
English
language

Content

Introduction to Core Terraform

What we are going to cover?
Terraform as an Infrastructure as a Code
Install Terraform on Windows, Linux and Mac

Build Resources on Azure: Terraform Configuration Deep Dive

What we are going to cover?
Create Configuration for Azure & Introduction to Variables
Remote State
State file as output
State RM, Destroy

Introduction to Terraform Looping: Count, for & for_each

What we are going to cover?
for, for_each loop and Count expressions
Functions & Conditionals : If-else statement

Building a multi tier architecture

What we are going to cover?
Production-ready Terraform code
Provisioners with Terraform

Terraform Modules

Terraform Module for common configuration
Terraform Public Registry
Convert existing files to Modules
Reuse Existing code for multiple environments

Dynamic for each for nested objects in a list

A new Requirement from Client – Dynamic Loops
Create Variable Schema
Apply Nested Dynamic Loop
For each loop inside a for each

Infrastructure CI CD

What we are going to cover?
Automate Workflow via Github Actions
Deployment via Github Actions
Store secrets and apply workflow
DevOps with Gitlab
Apply and Destroy with approval
Authentication and variables
Deployment Via Azure DevOps

Github Action for Terraform from Scratch

Install Terraform on build agent
Install Terraform on Github Runner
Create a sample TF Config
Run INIT & Apply on Runner

Import & Data Sources

What we are going to cover?
Terraform Import and Data : Manage existing Infrastructure

Terraform 0.13 Module Count and Custom Variable

Custom Variable
Module Count
Module for_each

Infrastructure Testing with Terratest

Gruntwork Terratest
Write Hello World test in golang
Write test in GO for storage account
Defer in GO
Write test in GO for blob storage
Security check using testing framework

Terraform 0.14 & 0.15 – Sensitive Variable, Diff, Detailed Logging

Terraform 0.14 All features
Terraform 0.15: Sensitive Function & Logging Levels

Terraform Open Sources vs Paid

Terraform CLI vs Enterprise Terraform

Azure Key Vault & Postgres Integration

Business Requirement
Write TF Scripts for Azure Key Vault
Apply Azure Key Vault
Write Config for Postgres SQL
Postgres SQL- Part2
Apply Postgres SQL Config
Apply Azure Lock to prevent deletion

Terraform Azure Monitoring

Write Configuration for Action Group
Azure Action Group Configuration
Mattermost Webhook_Reciever
Configure alert for storage accounts

Configure Azure Cosmos_DB

CosmosDB Config – Part1
Cosmos Config – Part2
Cosmos Config – Part3

Deploy Azure Kubernetes Service

Introduction to AKS
Configure Azure Container Registry
VNet & Subnet for AKS
AKS Config with Node Pool
Deploy AKS on Azure