opentofu/config/test-fixtures/data-count/main.tf
2016-09-03 13:08:41 -07:00

4 lines
35 B
HCL

data "foo" "bar" {
count = 5
}