perfectsense / gyro

Gyro is a command-line tool for creating, updating, and maintaining cloud infrastructure. Gyro makes infrastructure-as-code possible.
https://gyro.dev
Apache License 2.0
134 stars 7 forks source link

Allow @for to work inside a workflow stage #350

Closed beetlebugorg closed 3 years ago

beetlebugorg commented 3 years ago

This works by storing the scope from the @for execution and making the @for variables available when the stage is executed.

This is a prototype fix for #349