github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/jsonsyntax/template.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  }