in

Cerca

Heus ací els resultats de la cerca.

Chapter 3: How to Manage Terraform State
19 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
16 Resultats, Darrera modificació:
"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
5 Resultats, Darrera modificació:
= 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]]