github.com/Kevinklinger/open_terraform@v0.11.12-beta1/terraform/test-fixtures/validate-count-negative/main.tf (about)

     1  resource "aws_instance" "test" {
     2      count = "-5"
     3  }