26 lines
330 B
Plaintext
26 lines
330 B
Plaintext
|
|
v{ariable "list" {
|
|||
|
|
"2"]
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
r"a" {
|
|||
|
|
count = length(var.list)
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
locals {
|
|||
|
|
ids = aws_instance.a[*].id
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
module "empty" {
|
|||
|
|
source = "./mod"
|
|||
|
|
input = zipmap |