rover
rover copied to clipboard
feat: allow .tfvars to be structured in subfolders
With this change caf developers (especially on level 4) can structure their tfvars files into sub folders (networking, compute etc.). When running rover providing the -var-folder
parameter now the provided folder and all subfolders will be searched for .tfvars files and used when running rover.
The rover CLI interface stays the same.
This change might break things when existing caf project structures have folders including tfvars next to tfvars files. As far as I can see this is not the case for asvm related projects.