github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test/fixtures/terraform-basic-configuration/main.tf (about)

     1  variable "cnt" {}
     2  
     3  resource "null_resource" "test" {
     4    count = var.cnt
     5  }