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
I was looking to pass the output of AWS credential authentication from caller.yml job to a subsequent reusable terraform.yml workflow.
This purpose serves to keep the reusable workflow as generic/un-opinionated as possible. It should use whatever environment variables output are passed in from the caller.yml, which might have different configure-aws-credentials steps.
Context
To ground this in something visual, here's an example of the caller.tf workflow:
Since the "Authenticate AWS" step is present within the authenticate job, I'd like to pass its output to the reusable terraform.yml workflow in the terraform job so it can provision resources in accordance with the credentials provided in caller.tf workflow.
Please feel free to let me know if I can help provide any more information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thanks for sharing this super-handy action!
Summary
I was looking to pass the output of AWS credential authentication from
caller.yml
job to a subsequent reusableterraform.yml
workflow.This purpose serves to keep the reusable workflow as generic/un-opinionated as possible. It should use whatever environment variables output are passed in from the
caller.yml
, which might have different configure-aws-credentials steps.Context
To ground this in something visual, here's an example of the
caller.tf
workflow:Since the "Authenticate AWS" step is present within the
authenticate
job, I'd like to pass its output to the reusableterraform.yml
workflow in theterraform
job so it can provision resources in accordance with the credentials provided incaller.tf
workflow.Please feel free to let me know if I can help provide any more information.
Beta Was this translation helpful? Give feedback.
All reactions