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
Currently if the environment variable is not found in the config env function, the error message is as shown:
Error: vaas-vvw.hcl:3,11-15: Error in function call; Call to function "env" failed: environment variable not set., and 1 other diagnostic(s)
But it would be more helpful if it specified which environment variable was causing the error. This should be easy to implement as the information is already present in the function scope when generating this error.
The text was updated successfully, but these errors were encountered:
Currently if the environment variable is not found in the config
env
function, the error message is as shown:But it would be more helpful if it specified which environment variable was causing the error. This should be easy to implement as the information is already present in the function scope when generating this error.
The text was updated successfully, but these errors were encountered: