Trying to run a CI/CD pipeline with terraform

I am having trouble getting the CI/CD configuration to pickup or find my terraform config files. See the screen shot above. I have never done this before but i suspect it has something to do with TF_Root variuable being set appropriately. any help would be appreciated , thanks!

gitlab-ci.yml

include:

To fetch the latest template, use:

  • template: Terraform.latest.gitlab-ci.yml

variables:
TF_STATE_NAME: default
TF_CACHE_KEY: default

If your terraform files are in a subdirectory, set TF_ROOT accordingly. For example:

TF_ROOT: terraform/production

using Azure storage account to hold state file as well.