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 step output variables in ARM templates #12

Open
mbpolan opened this issue Feb 13, 2021 · 0 comments
Open

Support step output variables in ARM templates #12

mbpolan opened this issue Feb 13, 2021 · 0 comments
Labels
enhancement New feature or request runner/arm

Comments

@mbpolan
Copy link
Member

mbpolan commented Feb 13, 2021

This is a take-away item from #3. A nice feature for the ARM runner would be to support a similar concept of propagated step variables like in the Terraform runner.

We can probably implement this by leveraging the template output feature via Azure CLI. The current implementation in #3 creates individual deployment metadata for each step, so we can most likely implement some logic to parse the outputs from previous steps and expose them as variables to later step ARM templates.

@mbpolan mbpolan added the enhancement New feature or request label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runner/arm
Projects
None yet
Development

No branches or pull requests

2 participants