I have a question about the Talos provider (build ...
# pulumiverse
l
I have a question about the Talos provider (build from current main branch). To get the
client.TalosConfig
I need to pass a
ClientConfiguration
but it is not taking the
secrets.MachineSecrets
(which does work for the
machine
package. It needs a
GetConfigurationClientConfigurationInput
type but I'm a bit lost on how to construct that.
r
Greetings. I have never used this provider, but if you use golang, then it can be constructed via GetConfigurationClientConfigurationArgs{} It is very strange secrets.MachineSecrets.ClientConfiguration does not fit, tho(
l
Indeed. I can’t figure it out so far. Useful detail. I’m using the Golang sdk
s
IIRC (and @limited-rainbow-51650 can verify, as he's been working to solve this) this is an issue with the provider and composite outputs (something about composite outputs not being able to be used as inputs later).
l
@late-chef-72896 summary of the problems I encountered: https://github.com/pulumiverse/pulumi-talos/issues/93