Hey Guys, I could use a little help. Been playing ...
# google-cloud
a
Hey Guys, I could use a little help. Been playing with pulumi and everything seems to work fine except for de-provisioning private service connect networks for connection between vpc’s and global services. The error is always stating that objects are still in use by the service connect and thus am unable to destroy the object, any thoughts?
s
Although Pulumi should know and understand the dependencies, I'd start with using
dependsOn
to manually create that dependency between resources. If that fixes it, then I'd recommend we file an issue because that's a bug.