github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/integration/override/template_override.tf (about)

     1  resource "aws_instance" "web" {
     2    ami                  = "ami-12345678"
     3    instance_type        = "t1.1xlarge" // aws_instance_invalid_type
     4    iam_instance_profile = "web-server"
     5  }