Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- === 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
- 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