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