«terraform» etiketlenmiş sorular

5
Terraform - Sayılı iç içe döngüler kullan
Terraform iç içe bir döngü kullanmaya çalışıyorum. İki liste değişkenleri var list_of_allowed_accountsve list_of_imagesliste üzerinde yineleme list_of_imagesve sonra liste üzerinde yineleme list_of_allowed_accounts. İşte benim terraform kodum. variable "list_of_allowed_accounts" { type = "list" default = ["111111111", "2222222"] } variable "list_of_images" { type = "list" default = ["alpine", "java", "jenkins"] } data "template_file" …
19 terraform  count 
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.