Issue with terraform integration

hello, we followed this document in order to make integration with terraform: Terraform integration in Merge Requests | GitLab

our gitlab is 13.6.1-ce.0.el7 version

however in MR widget there is not information about terraform plan, however the json file with plan was created (plan.json)

also, we use registry.gitlab.com/gitlab-org/terraform-images/releases/0.12 for teraform gitlab integration

Have you eliminated any simple issues such as incorrect filenames in the report section? For instance, does your job log (from the one that exposes the report artifact) show up the file, as expected per the docs?

Another thing that may be relevant (I haven’t verified it though) is that the integration likely only works for attached pipelines, but your screenshot shows the associated pipeline as a detached type. Does the report show up if you trigger regular pipelines on the merge request?