Closed lethargosapatheia closed 1 week ago
There's deprecated and misleading information in the documentation.
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/).
Config
As far as I understand, only getConfig is supposed to be used, but I'm still not clear, given the deprecation message:
getConfig
This resource is deprecated Please use the cloudinit.Config data source instead.
Hi @lethargosapatheia. Thanks for bringing this to our attention.
This is fixed via https://github.com/pulumi/pulumi-cloudinit/pull/390. 🎉
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. ButConfig
is deprecated as mentioned in theConfig
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: