For the Snowflake users out there, I have a reasonably sized stack provisioned on pulumi, with about 250 resources, and it has 2 issues:
• slow as hell, takes minutes to return after the final 'updated' message
• pulumi breaks more often than not with "unexpected number of ID parts (x), expected y" (variable numbers for x and y) which force me to delete the resource from the stack and run update again (with a potential import step, depending on the resource type).
It's been like this for months now, apparently the TF provider is buggy, or am I using it wrong? Experiences?