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

Switch to AMI lookup instead of configuration value #1

Open scottslowe opened 1 year ago

scottslowe commented 1 year ago

Currently, the program expects the user to provide a configuration value that contains the AMI ID of a Talos Linux AMI. Switching the program to use an AMI lookup function instead would simplify the use of the program and remove an additional step for users.

scottslowe commented 5 months ago

I'll incorporate this change as part of #5