Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- icks == loops === count * usage:<code properties>resource "blablabla" "blablabla_name" { count = 3 name = "bla${count.index}" }</code> * result: 3 elements ([0],[1],[2]) -> resources array * with ''length()'':<code properties> variable "b
- Chapter 3: How to Manage Terraform State
- to relaunch command * isolation (big structures, environments) * terraform backends limitations... ucture needed for remote backend) * no variables or references in backend block (copy-and-paste in all projects) * be aware to use unique "key" ... * use **terragrunt** * Isolating State Files * separate by environment * what happen