Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- apter 5: Terraform tips and tricks == loops === count * usage:<code properties>resource "blablabla" "blablabla_name" { count = 3 name = "bla${count.index}" }</code> * result: 3 elements ([0],[1],[2]) -> resources array ... "] } resource "blablabla" "blablabla_name" { count = length(var.bla_names) name = bla_names[coun
- Chapter 3: How to Manage Terraform State
- -lock-timeout=10m** waits for locked state to relaunch command * isolation (big structures, enviro... nd-paste in all projects) * be aware to use unique "key" (paths) to store terraform.tfstate of e... backend-config=backend.hcl'' * use **terragrunt** * Isolating State Files * separate by en
- Terraform Up & Running
- = Terraform Up & Running {{tag>devops terraform libros tech}} * año: 2019, Second Ed. * autor: Yev... y == capitulos * [[info:libros:terraform-upandrunning:cap3]] * [[info:libros:terraform-upandrunning:cap5]]