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

     1  resource "aws_instance" "foo" {
     2      /* tflint-ignore: aws_instance_invalid_type */
     3      instance_type = "t2.micro" // tflint-ignore: aws_instance_invalid_type
     4      # tflint-ignore: aws_instance_invalid_type This is also comment
     5      iam_instance_profile = "foo" # This is also comment
     6      // This is also comment
     7  }