Calling pulumiservice.TeamStackPermission()
with --refresh
always (re)create the resource
#202
Labels
customer/feedback
Feedback from customers
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Milestone
What happened?
I'm trying to create a
TeamStackPermission
with the program below. The initial deployment works as expected and the permission is correctly applied against the stack ✅. Runningpulumi up
works as expected as well ✅.However, running
pulumi up --refresh
shows theTeamStackPermission
being (re)created every single time. Though the deployment doesn't fail.I'm assuming this is because the
read()
function hasn't been implemented yet for this resource, similar to #159.Example
Output of
pulumi about
Additional context
This issue happens on the latest version
0.16.0
.Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: