Open bradley-yoo-anrok opened 6 months ago
Hi @bradley-yoo-anrok! Thank you for filing this issue. You're correct that we track upstream development and as soon as a feature lands there, we'll pull it into our next release.
Is this not an issue that exists in pulumi independent of terraform?
Is this not an issue that exists in pulumi independent
@bradley-yoo-anrok The issue https://github.com/hashicorp/terraform-provider-google/issues/13054 that you linked above seems to be exactly this in terraform. Am I wrong? Can you expand why you asked this question?
I did not know the type of dependency that pulumi has with terraform
Some of our providers are "bridged", which means they are based on a corresponding terraform provider with a layer/adapter on top of it. This is also the case for this provider (GCP). Therefore, a new feature needs to be implemented upstream first by Google (who maintain the terraform provider), and then we'll receive it with a version update, that we do within a few days.
Hello!
Issue details
Currently in v3.115.2, trying to destroy PrivateConnection via
pulumi up
failsOriginal Configuration File
Error:
I'm currently working around this issue by manually deleting the privateConnection resource in the console and then running
pulumi up
. Also see https://github.com/hashicorp/terraform-provider-google/issues/13054 for an almost identical issue on terraform.Affected area/feature