Closed DGollings closed 4 years ago
Hello @DGollings,
Which version of lokomotive-kubernetes are you using? I tried with 0af508cef8078f8956a90695488575fc062aea35 and I'm not able to reproduce this issue.
Hmm, I'm using master. I'll retest later and will let you know what happens
Just to be sure, master now supports Terraform 0.12, I used the following syntax without string interpolation:
...
clc_snippets = [
file("./empty"),
file(<path to valid CLC file>),
]
....
Odd, but haven't been able to reproduce. Closing for now, thanks
File exists, but is empty (oops). This causes none of the worker nodes to be created.
Example git patch output:
Shows an empty file, so I'm quite sure this is what caused it.