de

Cerca

Heus ací els resultats de la cerca.

Chapter 5: Terraform tips and tricks
22 Resultats, Darrera modificació:
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
4 Resultats, Darrera modificació:
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
1 Resultats, Darrera modificació:
= Terraform Up & Running {{tag>devops terraform libros tech}} * año: 2019, Second Ed. * autor: Yev