Terraform workspaces

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you Houssem, was searching this for a day reached here with better approach of dealing with multiple environments.

BalaMurugan-bzwm
Автор

Thank you Houssem! I had gotten your CI/CD course in Udemy already. I happened to stumble on this video!

temiwale
Автор

Very nicely done to compare with and without workspace the difference. 5 stars

samsonwong
Автор

What’s the typical workflow for including for only defining resources depending on context, like an environment (prod vs. test)? Variables? Workspaces? Modules? My main use case is prod vs. test environments, test may have some resources that will not exist in production. I’m using GCP, so for example, I need maybe 3 or 4 static IP addresses in my test GCP project (e.g. project-test) and in production (e.g. project-prod) I will need only 2 static IP address.

patricknelson
Автор

Thanks for the video. Multiple environment approach works great with one main.tf, is there any better approach if we have one main.tf for each modules/resources like AKS, Keyvault etc?

MrPkum
Автор

Hi, I understand that workspace in terraform is not a good solution to manage multiple env. But, which scenario this workspace will give the best

SureshS-ssty
Автор

Each workspace will have different state file

faizankhd