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