siderolabs / contrib

talos/sidero setup examples
Mozilla Public License 2.0
36 stars 24 forks source link

Pulumi program for deploying to AWS #16

Open scottslowe opened 1 year ago

scottslowe commented 1 year ago

I've written a Pulumi program in Go to deploy Talos Linux to AWS. Is this something you'd be interested in a PR for?

frezbo commented 1 year ago

Yes, that'd be awesome. Do note that we'll be doing a new v0.2.0 of the TF provider (which eventually means a new pulumi provider release) with some major changes, so probably needs some code change if you don't mind. Else create a PR and we'll cleanup later.

scottslowe commented 1 year ago

@frezbo Cool, thanks. No worries on the provider release; I can update the code later (but glad to see that the provider is getting some attention). I noted that you (and others) seem to have a very specific code structure and formatting preferences for your Pulumi examples; are you strongly wedded to those?

frezbo commented 1 year ago

I noted that you (and others) seem to have a very specific code structure and formatting preferences for your Pulumi examples; are you strongly wedded to those?

I can't think of anything in particular (at least we don;t have any standard structure for pulumi code as opposed to TF code). So don;t bother about that much