blob: 34aad96ad650f035c66db7d6636b46d3f7364af1 [file] [log] [blame]
locals {
count = 3
}
resource "test_resource" "foo" {
count = "${local.count}"
}