github.com/mcuckson/tflint@v0.8.0/integration/override/template.tf (about)

     1  resource "aws_instance" "web" {
     2    ami           = "ami-12345678"
     3    instance_type = "t1.2xlarge" // Override by `template_override.tf`
     4  }