mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 04:10:28 -06:00
5 lines
90 B
HCL
5 lines
90 B
HCL
resource "aws_instance" "foo" {
|
|
count = 3
|
|
value = "${aws_instance.foo.0.value}"
|
|
}
|