documentation on pulumi registry needs updating - config vs getconfig #3954
Labels
area/api-docs
Generated API docs, generated from providers. For hand-written docs, see area/docs.
kind/codegen
Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s)
kind/enhancement
Improvements or new features
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:The text was updated successfully, but these errors were encountered: