mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 13:00:36 -05: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" {
|
|
}
|