Denis GERMAIN
@zwindler
#geek #SF #courseAPied
*Les slides de ce talk sont sur le blog
Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage cloud services.
On utilise beaucoup terraform !
Monorepo avec un seul state
Plurirepo (un repo par projet)
Monorepo avec plusieurs states
On peut factoriser :
Il reste encore du code dupliqué (variables)
Padok - Terraform Workspaces
Github.com - Code source et distributions
@zwindler Slides et sources sur blog.zwindler.fr
Ichi pro - Gardez votre code terraform "sec" (FR)
easyteam FR - Configuration DRY avec terragrunt (FR)
gaunacode - on Azure (EN)
myshittycode - run-all & outputs (EN)
transcend - why we use terragrunt (EN)
geekculture - terragrunt cheat sheet (EN)
Le code de ce talk - zwindler/terragrunt-101
Exemple officiel
paddymorgan84 - terragrunt example
pie-r - terragrunt vs terraspace