Cerca

Heus ací els resultats de la cerca.

Chapter 5: Terraform tips and tricks
32 Resultats, Darrera modificació:
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
11 Resultats, Darrera modificació:
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