terraform-examples
terraform-examples copied to clipboard
Error parsing /home/runner/.terraformrc: At 3:16: illegal char
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.
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