mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-27 02:00:08 -04:00
4 lines
56 B
HCL
4 lines
56 B
HCL
resource "aws_instance" "foo" {
|
|
count = "${list}"
|
|
}
|