terraform-operator icon indicating copy to clipboard operation
terraform-operator copied to clipboard

Terraform runner is logging an error on `/tmp/tfvars` no such file or directory

Open IbraheemAlSaady opened this issue 2 years ago • 0 comments

The terraform runner pod is logging the following

time="2022-07-14T19:19:56Z" level=error msg="failed to list files in the var files path" error="open /tmp/tfvars: no such file or directory"

To Reproduce Apply any Terraform kind

Expected behavior Check if the directory exist, and log a warn message

Versions

  • Operator: 0.1.1
  • Runner: 0.4.0

IbraheemAlSaady avatar Jul 14 '22 19:07 IbraheemAlSaady