github.com/scottwinkler/terraform@v0.11.6-0.20180329211809-05143987aea8/terraform/test-fixtures/apply-resource-count-zero-list/main.tf (about) 1 resource "null_resource" "foo" { 2 count = 0 3 } 4 5 output "test" { 6 value = "${sort(null_resource.foo.*.id)}" 7 }