github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/tflint/test-fixtures/annotation_files/file.tf.json (about) 1 { 2 "resource": { 3 "aws_instance": { 4 "example": { 5 "instance_type": "t1.xmicro", 6 "ami": "${join(\"\", [\"ami-123456\"])}" 7 } 8 } 9 } 10 }