Hey everyone. Does anyone here have experience wit...
# general
c
Hey everyone. Does anyone here have experience with executing API calls within a pulumi stack? I'm working with provisioning resources on Grafana and there are certain resources you can't provision using the pulumi grafana package, but you can use API calls to create the resources. So my question is, when I embed the API calls in my code, and the resources are provisioned, when I do
pulumi down
will those resources created through API calls also be torn down? If they're not deleted, is there a way to execute a script as part of my pulumi down process that would make the api calls to delete those resources?