Hi. Why does it seem like many resources like Inde...
# typescript
r
Hi. Why does it seem like many resources like Index, Indexer, DataSource, Skillset etc do not exist within the pulumi typescript types? Googling is kinda useless since its full of AI examples that just (seem to) hallucinate saying that it should exist, for example: https://www.pulumi.com/ai/conversations/ad4bde82-0432-45af-a328-3eae0d850fcd Also its recommended to use azure-native since it has "all" resources covered but... Am I missing something here? Is the stuff like indexes, indexers etc not seen as infra and shouldn't it be part of IaC? Some help to this pulumi noob is greatly appreciated!
f
For the AI issue - if you have the time/inclination please do submit a bug https://github.com/pulumi/pulumi-ai/issues/new?q=is%3Aissue+state%3Aclosed&template=bug.yaml Re: indexes, indexers, etc, sounds like you're bumping into https://github.com/pulumi/pulumi-azure-native/issues/2034
r
Thanks for your reply. Seems like I need to create some manual stuff for this then until its supported...