contrib icon indicating copy to clipboard operation
contrib copied to clipboard

Pulumi program for deploying to AWS

Open scottslowe opened this issue 2 years ago • 4 comments

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?

scottslowe avatar Mar 30 '23 05:03 scottslowe

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.

frezbo avatar Mar 30 '23 06:03 frezbo

@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?

scottslowe avatar Mar 30 '23 18:03 scottslowe

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

frezbo avatar Mar 30 '23 18:03 frezbo

The Pulumi examples are very outdated. I created a DigitalOcean example as I needed to recreate a question of a community member.

@frezbo is there any preference for the language the Pulumi example should be written in? I created the DO example in TS but saw that the existing examples are in Golang

dirien avatar Apr 27 '25 18:04 dirien