Hi,
We are using pulumi to deploy snowflake resources. We used this
https://www.pulumi.com/registry/packages/snowflake/api-docs/managedaccount/ to create a managed account. Now we have to create some resources (users and roles) in the managed account. I have been going through the docs and could not find a way to do it. Is it possible to do this in pulumi
Any directions will be super useful. Thanks
Note: The alternative I have is to get the managed account created through pulumi and then write a python script to login to the managed account to create users and roles. I am wondering if all of this can be achieved within pulumi itself.