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 use task to do OpenTofu deployments, and often need to set a number of env vars with a TF_VAR_ prefix. I also include reusable taskfiles for standard actions.
Since the caller of these reusable actions may set arbitrary TF_VAR_ variables, I'd like a dynamic way to pass all of these more concisely by specifying the prefix.
The text was updated successfully, but these errors were encountered:
I use
task
to do OpenTofu deployments, and often need to set a number of env vars with aTF_VAR_
prefix. I alsoinclude
reusable taskfiles for standard actions.Since the caller of these reusable actions may set arbitrary
TF_VAR_
variables, I'd like a dynamic way to pass all of these more concisely by specifying the prefix.The text was updated successfully, but these errors were encountered: