mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-21 07:00:37 -04:00
10 lines
119 B
HCL
10 lines
119 B
HCL
resource "test_instance" "foo" {
|
|
count = 2
|
|
}
|
|
|
|
resource "test_instance" "bar" {
|
|
}
|
|
|
|
resource "test_instance" "baz" {
|
|
}
|