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

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