github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/terraform/test-fixtures/plan-local-value-count/main.tf (about) 1 2 locals { 3 count = 3 4 } 5 6 resource "test_resource" "foo" { 7 count = "${local.count}" 8 }