7 lines
83 B
HCL
7 lines
83 B
HCL
resource "test" "foo" {
|
|
}
|
|
|
|
data "test" "foo" {
|
|
count = length(test.foo.things)
|
|
}
|