Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Chapter 3: How to Manage Terraform State
- rm.tfstate** * state file is a private API, for internal use of terraform and can change in any moment * to modify, **terraform import** and **terraform state** * share state in workgroups * shared location * not good idea to share in a git (manual errors, forget commit last update,
- Chapter 5: Terraform tips and tricks
- "blablabla_name" { count = 3 name = "bla${count.index}" }</code> * result: 3 elements ([0],[1],[... = length(var.bla_names) name = bla_names[count.index] }</code> * output * **[#]**: use ca... urce list * each element is assigned to their index in state, deletes o modifications implies "move" all elements after that. * only usable for **
- Terraform Up & Running
- ikman * editorial: O'Reilly == capitulos * [[info:libros:terraform-upandrunning:cap3]] * [[info:libros:terraform-upandrunning:cap5]]