Understanding types of sentinel mocks

Hi ,
What does it basically mean when I could find a data point in tfconfig.sentinel and not in tfplan.sentinel.?

@swetharamk tfconfig/v2 is a Sentinel representation of the Terraform configuration (e.g. main.tf), while tfplan/v2 is the Sentinel representation of the Terraform plan data which is what will be provisioned when you run terraform apply