You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid value for variable
on main.tf line 248, in module "jetbrains_gateway":
248: folder = "/home/coder/${local.folder_name}"
├────────────────
│ var.folder is "/home/coder/foo/"
The folder must be a full path and must not start with a ~.
This was checked by the validation rule at .terraform/modules/jetbrains_gateway/main.tf:29,3-13.
I am running into the same issue when it comes cases where you only no the folder name of the project (like after doing the initial git clone) and you want to open it in Jetbrians later one.
The error message is:
The hcl is
i guessed there is a problem with the evaluation of folder_name and so i tried to set on the foldername directly.
BR
Sebastian
The text was updated successfully, but these errors were encountered: