scottslowe / talos-aws-pulumi

A Pulumi program to stand up a Talos Linux cluster on AWS
Apache License 2.0
9 stars 1 forks source link

Update to use latest Talos provider #4

Open scottslowe opened 5 months ago

scottslowe commented 5 months ago

The code is currently using a prerelease/alpha version of a provider using a repository that no longer exists. The code needs to be updated to use the latest provider, which has significant changes from earlier versions.

drduker commented 1 month ago

talosSecrets.ToSecretsTypeOutput().ClientConfiguration(), and client.GetConfigurationOutput(ctx, client.GetConfigurationOutputArgs{ isn't working in your import update branch.

scottslowe commented 1 month ago

talosSecrets.ToSecretsTypeOutput().ClientConfiguration(),

and

client.GetConfigurationOutput(ctx, client.GetConfigurationOutputArgs{

isn't working in your import update branch.

Correct. The provider is currently broken, and it's unclear at this time when (if?) a fix will be available.

drduker commented 1 month ago

github.com/pulumiverse/pulumi-talos/sdk v0.2.1-0.20240418152927-2960f4249b3b

somehow this version works. FYI.

drduker commented 1 month ago

And instead use ToSecretsOutput().ClientConfiguration(), instead of ToSecretsTypeOutput().ClientConfiguration(),