turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
356 stars 13 forks source link

Flowpipe should prompt for unset variable value for mod dependencies #499

Closed cbruno10 closed 3 months ago

cbruno10 commented 9 months ago

If I have mod A that uses the AWS mod as a dependency, which has a variable region that has no default value, if I write a pipeline in mod A and then run that pipeline, I get an error:

cbruno@M1P testflowpipe % flowpipe pipeline run my_pipeline
Error: missing 1 variable value:
    dependency mod local -> github.com/turbot/flowpipe-mod-aws@v0.0.1 cannot be loaded because variable aws.region has no value.  Mod  must pass a value for aws.region in the `require` block of its mod.sp

Also, there appears to be an extra space after Mod

github-actions[bot] commented 7 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 3 months ago

This issue was closed because it has been stalled for 90 days with no activity.