• Post category:StudyBullet-6
  • Reading time:6 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.

Dynamic for each loop for complex list of objects

Learn to define Variable Schema in Terraform

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

Introducing latest terraform functionalities like Module count, custom variables.

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

Infrastructure CI CD via Github Actions

Store Azure secrets and apply YAML workflow

Run Infrastructure code via automated Pipeline

Interview Questions based on production scenario

Reusable Modules

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

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

Gitlab CI CD

DevOps via Gitlab YAML

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.

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?


Get Instant Notification of New Courses on our Telegram channel.


  • 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)

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.

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.

English
language

Content

Introduction to Core Terraform

Terraform as an Infrastructure as a Code
Install Terraform on Windows, Linux and Mac

Build Resources on Azure : Terraform Configuration deep dive

Create Configuration for Azure & Introduction to Variables
Remote State

Introduction to Terraform Looping : Count, for and for_each

for, for_each loop and Count expressions
Functions & Conditionals : If-else statement

Building a multi-tier infrastrcuture

Production-ready Terraform code
Provisioners with Terraform

Import and Data Sources

Terraform Import and Data : Manage existing Infrastructure

Terraform 0.13 Module Count and Custom Variable

Custom Variable
Module Count
Module for_each