8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
|
|
variable "list" {
|
|||
|
|
type = list(strin
|
|||
|
|
g)}
|
|||
|
|
|
|||
|
|
resource "nstance" "bar {
|
|||
|
|
count = var.list[0]
|
|||
|
|
}
|