pulumi / pulumi-aws-static-website

Apache License 2.0
11 stars 5 forks source link

Schema of provider returns an old version of the provider #35

Open Zaid-Ajaj opened 7 months ago

Zaid-Ajaj commented 7 months ago

What happened?

When downloading latest aws-static-website version 0.4.0, the schema of the provider shows that it has version 0.1.1 and that trips up which sdks are being installed for the program

Example

Run the following:

pulumi package get-schema aws-static-website@0.4.0 > schema.json

Then inspect that schema.json from the provider has version 0.1.1

Output of pulumi about

CLI          
Version      3.108.1
Go Version   go1.22.0
Go Compiler  gc

Host     
OS       darwin
Version  13.2.1
Arch     arm64

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).