github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/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 }