and

Cerca

Heus ací els resultats de la cerca.

Chapter 3: How to Manage Terraform State
7 Resultats, Darrera modificació:
e is a private API, for internal use of terraform and can change in any moment * to modify, **terraform import** and **terraform state** * share state in workgroups... * terraform backends limitations * chicken-and-egg situation (create local backend to create the... no variables or references in backend block (copy-and-paste in all projects) * be aware to use un
Chapter 5: Terraform tips and tricks
3 Resultats, Darrera modificació:
= Chapter 5: Terraform tips and tricks == loops === count * usage:<code properties>resource "blabla... ch * lists (using **toset()** function), sets and maps * for use in **resources** o **inline blocks** * use **each.key** and **each.value** * usage:<code properties> vari