Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- "move" all elements after that. * only usable for **resources**, no inline blocks === for_each * lists (using **toset()** function), sets and maps * for use in **resources** o **inline blocks** * us... _red"] } resource "blablabla" "blablabla_name" { for_each = toset(var.bla_names) name = each.value }<
- Chapter 3: How to Manage Terraform State
- raform.tfstate** * state file is a private API, for internal use of terraform and can change in any m... * locked * **-lock-timeout=10m** waits for locked state to relaunch command * isolation ... ocal backend to create the instrastructure needed for remote backend) * no variables or references ... tate of every project * use **backend.hcl** for fixed information in backend block and **backend.