-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulumi reports vault.azure.BackendRole always has changes #231
Comments
Thank you for reporting this! This has been added to our project board |
@t0yv0 looks like an instance of pulumi/pulumi-terraform-bridge#866? |
This still repros with 6.3.2 of |
Here's the diff:
And the most important parts:
Oddities:
|
Can you write down some notes on a complete repro as it is not clear how to get to a working mgmtScope: string, thank you. acdd72a7-3385-48ef-bd42-f606fba81ae7 is a well-known role ID, in https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles ; perhaps this is of interest here. role_name is Computed which means the provider can substitute the value provided by the user. |
What happened?
Pulumi always reports changes for
vault.azure.BackendRole
resources even when no changes have been made.Expected Behavior
Pulumi should not attempt to make changes when they are unnecessary.
Steps to reproduce
Something like the following should work, with
mgmtScope
being either a subscription or management group.Output of
pulumi about
Additional context
No response
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: