4 lines
54 B
Terraform
4 lines
54 B
Terraform
|
|
resource "aws_instance" "foo" {
|
||
|
|
count = "${list}"
|
||
|
|
}
|