pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
28 stars 121 forks source link

documentation on pulumi registry needs updating - config vs getconfig #3954

Closed lethargosapatheia closed 1 week ago

lethargosapatheia commented 9 months ago

Hello!

There's deprecated and misleading information in the documentation.

Issue details

In the Overview section of https://www.pulumi.com/registry/packages/cloudinit/ Config is being used. But Config is deprecated as mentioned in the Config section (https://www.pulumi.com/registry/packages/cloudinit/api-docs/config/).

As far as I understand, only getConfig is supposed to be used, but I'm still not clear, given the deprecation message:

This resource is deprecated Please use the cloudinit.Config data source instead.

iwahbe commented 9 months ago

Hi @lethargosapatheia. Thanks for bringing this to our attention.

guineveresaenger commented 1 week ago

This is fixed via https://github.com/pulumi/pulumi-cloudinit/pull/390. 🎉