salmon-account-74572
03/16/2024, 3:01 PMexamples directory of the repository don't seem to work. (There doesn't seem to be a machine.NewSecrets function; the IDE flags it as missing and pulumi up fails with a panic. Reviewing the code shows a machine.NewSecretsType function, but then I run into errors with type mismatches when I attempt to use the result as an input elsewhere.)salmon-account-74572
03/18/2024, 3:55 AMmachine.NewSecrets to machine.NewSecretsType.
Unfortunately, it doesn't work as expected. Let's say talosMs represents the result of a machine.NewSecretsType call. While referencing talosMs.ToSecretTypeOutput().MachineSecrets() works, referencing talosMs.ToSecretTypeOutput.ClientConfiguration() does not work.
Thoughts?limited-rainbow-51650
03/18/2024, 8:52 AMsalmon-account-74572
03/18/2024, 12:15 PMsalmon-account-74572
03/18/2024, 12:55 PM