mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-05 09:01:44 -04:00
7 lines
83 B
HCL
7 lines
83 B
HCL
resource "test" "foo" {
|
|
}
|
|
|
|
data "test" "foo" {
|
|
count = length(test.foo.things)
|
|
}
|