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
Is your feature request related to a problem? Please describe.
Luet currently has the possibility to specify variables through value files (--values <file> flag). This scheme could be enhanced by adding support for setting variables independently through either a application flags (e.g., --var <variable_definition>) or environment variables (e.g., export LUET_mypackage_testing=OFF).
Describe the solution you'd like
I would like to see the same variables handling implemented in Terraform:
through files, this is similar to what Luet currently supports.
Is your feature request related to a problem? Please describe.
Luet currently has the possibility to specify variables through value files (
--values <file>
flag). This scheme could be enhanced by adding support for setting variables independently through either a application flags (e.g.,--var <variable_definition>
) or environment variables (e.g.,export LUET_mypackage_testing=OFF
).Describe the solution you'd like
I would like to see the same variables handling implemented in Terraform:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: