mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
4 lines
54 B
HCL
4 lines
54 B
HCL
resource "aws_instance" "foo" {
|
|
count = "${list}"
|
|
}
|