«count» 태그된 질문

5
Terraform-개수와 함께 중첩 루프 사용
테라 폼에서 중첩 루프를 사용하려고합니다. 두 개의 목록 변수가 list_of_allowed_accounts있고 list_of_images목록 list_of_images을 반복 한 다음 목록을 반복하려고 합니다 list_of_allowed_accounts. 여기 내 테라 폼 코드가 있습니다. variable "list_of_allowed_accounts" { type = "list" default = ["111111111", "2222222"] } variable "list_of_images" { type = "list" default = ["alpine", "java", "jenkins"] } data "template_file" …
18 terraform  count 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.