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],[... rties> variable "bla_names" { type = list(string) default = ["bla_green","bla_yellow","bla_red"... = length(var.bla_names) name = bla_names[count.index] }</code> * output * **[#]**: use cardinal to access a concrete element * **[%%*%%]*
- Terraform Up & Running
- = Terraform Up & Running {{tag>devops terraform libros tech}} * año: 2019, Second Ed. * autor: Yev... ikman * editorial: O'Reilly == capitulos * [[info:libros:terraform-upandrunning:cap3]] * [[info:libros:terraform-upandrunning:cap5]]