en

Cerca

Heus ací els resultats de la cerca.

Chapter 3: How to Manage Terraform State
23 Resultats, Darrera modificació:
nternal use of terraform and can change in any moment * to modify, **terraform import** and **terr... -locking, secrets exposed, etc) * local backend VS remote backend (supported by Amazon S3, Azure Storage, Google Cloud Storage, Hashicorp's Terrafor... relaunch command * isolation (big structures, environments) * terraform backends limitations
Chapter 5: Terraform tips and tricks
17 Resultats, Darrera modificació:
"bla${count.index}" }</code> * result: 3 elements ([0],[1],[2]) -> resources array * with ''length()'':<code properties> variable "bla_names" { type = list(string) default = ["bla_green","bla_yellow","bla_red"] } resource "blablabla" "blablabla_name" { count = length(var.bla_names) name = bla_names[count.index
Terraform Up & Running
1 Resultats, Darrera modificació:
s tech}} * año: 2019, Second Ed. * autor: Yevgeniy Brikman * editorial: O'Reilly == capitulos