terraform/config/testdata/data-count/main.tf

4 lines
35 B
Terraform
Raw Normal View History

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