Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 3: How to Manage Terraform State
- tate** * share state in workgroups * shared location * not good idea to share in a git (manual errors, forget commit last update, no-locking, secrets exposed, etc) * local backend VS remote backend (supported by Amazon S3, Azure Storage, Google Cloud Storage, Hashicorp's Terraform Cloud) * loc
- Chapter 5: Terraform tips and tricks
- = Chapter 5: Terraform tips and tricks == loops === count * usage:<code properties>resource "blabl... = list(string) default = ["bla_green","bla_yellow","bla_red"] } resource "blablabla" "blablabla_n... . * only usable for **resources**, no inline blocks === for_each * lists (using **toset()** fu... d maps * for use in **resources** o **inline blocks** * use **each.key** and **each.value**
- Terraform Up & Running
- evgeniy Brikman * editorial: O'Reilly == capitulos * [[info:libros:terraform-upandrunning:cap3]]