Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- 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 * with ''length()'':<code properties> variable "bla_names" { type = li
- Chapter 3: How to Manage Terraform State
- orkgroups * shared location * not good idea to share in a git (manual errors, forget commit ... te local backend to create the instrastructure needed for remote backend) * no variables or refere... ch workspace) are in the same backend -> same crendentials/authentication * workspaces are not visible in the code, more dificult to have a global point of view
- Terraform Up & Running
- = Terraform Up & Running {{tag>devops terraform libros tech}} * año: 2019, Second Ed. * autor: Yev