Terraform Modules – deploying reusable code | DevOps Lab

preview_player
Показать описание
In this episode, Abel sits down again with April Edwards to talk about Terraform Modules and how to deploy reusable and repeatable code.

Testing code in multiple different environments can be difficult, particularly if those environments require several different variables or distinct geographic regions.

April walks through the creation of modules, their use in streamlining developer teams for local and global organizations, how a Terraform Workspace works, and how to use them to manage your environments and create more efficient operations teams!

[00:20] - What are modules?
[01:30] - Modules demo
[07:30] - Terraform Workspace demo
[08:30] - Driving efficiencies with workspaces and modules

Рекомендации по теме
Комментарии
Автор

Outstanding Explanation on Modules step by steps, i cleared my doubts as i compared to other videos, after watching ur video, Many thanks .

prasadrao
Автор

It would have made more sense out of this video if shown in DevOps pipeline. Hope you post one video. Appreciate you do show the same with Azure DevOps pipelines at all times.

MallikarjunaReddyTunga
Автор

Great video! Thanks. Is this project available for download somewhere?

antonio
Автор

Nice intro, but sadly using deprecated syntax for referencing vars. :(
Would be nice, if you update the video to use the current syntax.
e.g. name = "${var.name}" is deprecated.
Use name = var.name instead.

larskinder
Автор

Why not take the idea of a state file based on json, place it in powershell DSC, you were almost there and then decided to change what DSC is used for.

arieheinrich
welcome to shbcf.ru