github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/module/ignore_module/template.tf (about)

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