github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/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  }