github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/integration/module/ignore_module/template.tf (about)

     1  variable "instance_type" {}
     2  
     3  resource "aws_instance" "foo" {
     4    instance_type = var.instance_type
     5  }