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

Error parsing /home/runner/.terraformrc: At 3:16: illegal char

Open ttarczynski opened this issue 4 years ago • 1 comments

There's an error repeated in every terraform run (init / plan / apply / validate). It doesn't break the tests but it pollutes the logs.

  • https://github.com/ContainerSolutions/terraform-examples/runs/3337898945?check_suite_focus=true#step:5:1036
There are some problems with the CLI configuration:
╷
│ Error: Error parsing /home/runner/.terraformrc: At 3:16: illegal char
│
╵

As a result of the above problems, Terraform may not behave as intended.

ttarczynski avatar Aug 16 '21 08:08 ttarczynski

This error was always visible when doing a full CI run with some TF code changes (actually applying the example). First step here would be to:

  • force a full CI run for some example
  • verify if it still occurs

ttarczynski avatar Aug 18 '22 14:08 ttarczynski