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
Hard-coding credentials in .fabric files is a bad practice, so there should be a way to load credentials during execution dynamically.
Design
Provide HCL function from_env_variable() that will take the name of the environment variable and load the value from it during execution (if the variable is set)
Background
Hard-coding credentials in
.fabric
files is a bad practice, so there should be a way to load credentials during execution dynamically.Design
Provide HCL function
from_env_variable()
that will take the name of the environment variable and load the value from it during execution (if the variable is set)Important
Related issue: #4
Usage example:
or for the inline config block
Deliverables
from_env_var()
function, to be executed during parsing of the templatesThe text was updated successfully, but these errors were encountered: