Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Deploy Infra in the Cloud using Terraform

Posted By: BlackDove
Deploy Infra in the Cloud using Terraform

Deploy Infra in the Cloud using Terraform
Updated 06/2022
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.23 GB | Duration: 81 lectures • 6h 13m


Learn how to apply Infrastructure as Code (IaC) with Terraform. Covers Web Apps, Database, VM, Kubernetes and Azure.

What you'll learn
Automate infrastructure deployment to the cloud
Create Terraform templates
Working with the "Execution Plan"
Sharing and locking the State file
Deploy into dev/test and production
DevOps CI/CD pipelines for Terraform
GitOps with Atlantis
Creating and deploying Web Apps, Databases, VMs, Storage, Kubernetes clusters
Deploy to multiple cloud platforms using Modules
Troubleshooting Terraform
Applying Infrastructure as Code (IaC)

Requirements
Basic cloud services
Description
Terraform is becoming the standard when it comes to deploying infrastructure into the cloud or on premise.

In this course you will learn how to create and deploy Terraform templates.

We will work with the different Terraform commands like init, plan, apply and destroy.

We'll explore terraform features like input and output parameters, the execution plan and the remote backend state.

We'll write templates for Web Apps, SQL Database, VMs, Storage, Kubernetes clusters and many more.

We'll create the DevOps CI/CD pipelines using Azure DevOps and Github Actions to deploy into multiple environments: dev, test and prod.

Then we'll implement GitOps for Terraform using Atlantis.

Along all these demonstrations you'll also learn the Best practices in terms of security, configuration and scalability.

I hope you are ready and excited for this journey!

Bring a coffee and lets get started.

Current plan

Intro

Intro to Terraform (Init, Plan, Apply, Delete)

Requirements (Terraform, Azure subscription, Azure CLI, VS Code+TF plugin, any OS)

ResourceGroup

Deploying Resource Group into Azure

Pay Attention to Resource Recreation

Validate and Format Templates

WebApp

Deploying Web App

Adding Variables File

Creating Variables in .tfvars Files

Overriding Variables in the command line

Creating Output Variables

Execution Plan

Overview of Terraform Plan

Demo

TF_State

Working with Remote Backend State

Infra Deployments

Deploying SQL Server with a Database

Deploying and configuring Web App and SQL Server

Deploying Linux VM

Deploying Windows VM with Azure Bastion

Deploying AKS cluster

Deploying AKS with Managed Identity and ACR

Terraform features

Functions (for each, for, count, if/else, random, lower, upper, min, max…)

DevOps with Terraform

Deploy Terraform templates using Azure DevOps

Configuring the CI/CD pipelines

Upcoming lectures

Data Source

Workspaces/Environments

Testing TF with Terratest

Multicloud

Deploy to AWS and GCP

GitOps with TF (Atlantis…)

TF with ARM

TF competitors: Ansible, Pulumi, ARM, Cloud Formation

TF Providers for Kubernetes, Helm, Docker, GIT…

Who this course is for
Beginner to cloud automation
Software developers switching to Ops or DevOps
Students looking for more in depth course for IaC