github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/tflint/test-fixtures/annotation_files/file1.tf (about)

     1  resource "aws_instance" "foo" {
     2      // tflint-ignore: aws_instance_invalid_type
     3      instance_type = "t2.micro"
     4  }