How to pass environment specific tfvars file?

I am seeking your assistance to be able to override terraform.tfvars file with Env specific tfvars file.
Folder structure is like below
terraform-infra/infrastructure/environment (main)
$ ls
afd-profile-dev.tf dev3.tfvars main.tf providers.tf variables.tf
I am using function hashicorp/tfc-workflows-github/actions/create-run@v1.0.0 [tfc-workflows-github/actions/create-run/action.yml at main · hashicorp/tfc-workflows-github · GitHub]
I am unable to figure it out how to provide terraform plan with a var-file for dev3.tfvars
Any leads?