Closed lblackstone closed 2 years ago
I'm also seeing this issue with google-native:cloudtasks/v2:QueueIamPolicy
(I'm mostly using the older "gcp" module. But since that module doesn't support QueueIamPolicy
, I'm using the newer "google-native" module just for this one resource.)
I suspect that the changes in https://github.com/pulumi/pulumi-google-native/pull/374 will fix this. It looks like the provider is currently using the wrong verb on the Read operation.
The same thing is happening on QueueIamPolicy.
Fixed by #374
Cannot close issue without required labels: resolution/
Hello!
Issue details
The resource lifecycle does not appear to be working for the
iam/v1:ServiceAccountIamPolicy
resource. Refreshing the resource shows that it is deleted, and then updating the stack again shows it being created.Steps to reproduce
This program causes the following behavior:
On
pulumi update
On
pulumi refresh
On subsequent
pulumi update