github.com/tetrafolium/tflint@v0.8.0/tflint/test-fixtures/is_config_file/template.tf (about)

     1  resource "aws_instance" "web" {
     2    ami           = "ami-b73b63a0"
     3    instance_type = "t1.2xlarge" # invalid type!
     4  
     5    tags {
     6      Name = "HelloWorld"
     7    }
     8  }