github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/expand/module/main.tf (about) 1 variable "instance_type" {} 2 3 resource "aws_instance" "foo" { 4 instance_type = var.instance_type 5 }