in

Cerca

Heus ací els resultats de la cerca.

Chapter 3: How to Manage Terraform State
15 Resultats, Darrera modificació:
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
7 Resultats, Darrera modificació:
"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
2 Resultats, Darrera modificació:
ikman * editorial: O'Reilly == capitulos * [[info:libros:terraform-upandrunning:cap3]] * [[info:libros:terraform-upandrunning:cap5]]