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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Hi, I've been using this cookbook a while now, and wanted to wrap it in another cookbook in order to fetch my username and password from an S3 bucket. Turns out that I couldn't do this because template variables are evaluated at compile time, i.e. before my recipe has the chance to fetch the keys from S3. Any reason why the template variables couldn't be wrapped in laziness?
The text was updated successfully, but these errors were encountered:
Hi, I've been using this cookbook a while now, and wanted to wrap it in another cookbook in order to fetch my username and password from an S3 bucket. Turns out that I couldn't do this because template variables are evaluated at compile time, i.e. before my recipe has the chance to fetch the keys from S3. Any reason why the template variables couldn't be wrapped in laziness?
The text was updated successfully, but these errors were encountered: