Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Env Variables As Template Inputs #1

Closed
mcmah309 opened this issue Jul 25, 2024 · 1 comment
Closed

Support Env Variables As Template Inputs #1

mcmah309 opened this issue Jul 25, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mcmah309
Copy link
Owner

Currently only user provided variables can be used as inputs to a module in yard.yaml

...

outputs:
  Containerfile:
    - base:
        version: "24.04"

Environment variables should be acceptable as well

...

outputs:
  Containerfile:
    - base:
        version: $VERSION
@mcmah309 mcmah309 added enhancement New feature or request good first issue Good for newcomers labels Jul 25, 2024
@mcmah309 mcmah309 changed the title Feat: Support Env Variables As Template Inputs Support Env Variables As Template Inputs Jul 25, 2024
@mcmah309
Copy link
Owner Author

Completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant