Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 3: How to Manage Terraform State
- = Chapter 3: How to Manage Terraform State == what is? * terraform.tfsate JSON file * output **ter... e of terraform and can change in any moment * to modify, **terraform import** and **terraform stat... roups * shared location * not good idea to share in a git (manual errors, forget commit last... VS remote backend (supported by Amazon S3, Azure Storage, Google Cloud Storage, Hashicorp's Terraform
- Chapter 5: Terraform tips and tricks
- /code> * output * **[#]**: use cardinal to access a concrete element * **[%%*%%]**: al... from resource list * each element is assigned to their index in state, deletes o modifications imp... o inline blocks === for_each * lists (using **toset()** function), sets and maps * for use in ... esource "blablabla" "blablabla_name" { for_each = toset(var.bla_names) name = each.value }</code> <co
- Terraform Up & Running
- orm libros tech}} * año: 2019, Second Ed. * autor: Yevgeniy Brikman * editorial: O'Reilly == capitulos * [[info:libros:terraform-upandrunning:cap