Cerca

Heus ací els resultats de la cerca.

Chapter 5: Terraform tips and tricks
28 Resultats, Darrera modificació:
=== count * usage:<code properties>resource "blablabla" "blablabla_name" { count = 3 name = "bla${count.index}" }</code> * result: 3 elements ([0],[1],
Chapter 3: How to Manage Terraform State
7 Resultats, Darrera modificació:
erraform.tfsate JSON file * output **terraform plan** is a "diff" with **terraform.tfstate** * sta... a to share in a git (manual errors, forget commit last update, no-locking, secrets exposed, etc) ... **-lock-timeout=10m** waits for locked state to relaunch command * isolation (big structures, environments) * terraform backends limitations * c