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 Sep 24, 2019. It is now read-only.
With quite a few providers, get can only retrieve resources if it is given additional parameters; e.g., ssh_authorized_keys needs a user or target parameter.
Make it possible to mark some attributes as config which means they need to be passed to the get operation, too.
There's also an interaction with what should be considered the primary key of a resource: some config parameters (e.g. user or target) should be used as part of the pk; in other situations, e.g., when a password needs to be provided to retrieve a resource, that password should not be part of the pk.
The text was updated successfully, but these errors were encountered:
With quite a few providers,
get
can only retrieve resources if it is given additional parameters; e.g.,ssh_authorized_keys
needs auser
ortarget
parameter.Make it possible to mark some attributes as
config
which means they need to be passed to theget
operation, too.There's also an interaction with what should be considered the primary key of a resource: some
config
parameters (e.g.user
ortarget
) should be used as part of the pk; in other situations, e.g., when a password needs to be provided to retrieve a resource, that password should not be part of the pk.The text was updated successfully, but these errors were encountered: