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 wanted to set multiple keys to the same value from 1Pass in my config:
profile:
linode:
TF_VAR_linode_api_token: 'op://private/linode api token/password'LINODE_CLI_TOKEN: 'op://private/linode api token/password'
This resulted in the LINODE_CLI_TOKEN var not being set at all even when the other var was set. Changing "private" to "Employee" for the LINODE_CLI_TOKEN 1Pass reference (making it a different reference to the same 1Pass item) caused everything to work properly. Some kind of caching problem?
While this seems to be a bug, it's also an opportunity to add a better/more semantic way to specify wanting multiple keys for the same value.
The text was updated successfully, but these errors were encountered:
I wanted to set multiple keys to the same value from 1Pass in my config:
This resulted in the
LINODE_CLI_TOKEN
var not being set at all even when the other var was set. Changing "private" to "Employee" for theLINODE_CLI_TOKEN
1Pass reference (making it a different reference to the same 1Pass item) caused everything to work properly. Some kind of caching problem?While this seems to be a bug, it's also an opportunity to add a better/more semantic way to specify wanting multiple keys for the same value.
The text was updated successfully, but these errors were encountered: