pulumi / templates

Templates used by `pulumi new`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several templates still referencing AWS v5

EvanBoyle opened this issue · comments

Ran into this with the aws-typescript template which is very commonly used. Did not exhaustively check all templates, but this query shows four ts/js templates still referencing v5. We should do an audit on other languages as well.

https://github.com/search?q=repo%3Apulumi%2Ftemplates+%22%40pulumi%2Faws%22+%22%5E5%22&type=code

Every single instance found in that search also pulls in pulumi/awsx, which prevents us (currently) from being able to move to AWS v6. When the AWSX v2 upgrade happens, then these templates can be updated.

It looks like only the following templates are affected:

  • aws-fsharp
  • aws-visualbasic

This is fixed by #752, will close this issue once that PR merges

Fixed via #752 (and a number of other prior PRs)