Fix: Include user_service_account_mapping in Dataproc update mask#16760
Fix: Include user_service_account_mapping in Dataproc update mask#16760anjalimalik wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
…mapping to properly handle updates to cluster security identity config.
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @c2thorn, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Tests analyticsTotal tests: 83 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
c2thorn
left a comment
There was a problem hiding this comment.
requesting a test to be added or logs to be shown of the previously failing update configuration
|
@anjalimalik, this PR is waiting for action from you. If no action is taken, this PR will be closed in 28 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
|
@anjalimalik, this PR is waiting for action from you. If no action is taken, this PR will be closed in 14 days. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |
|
@anjalimalik, this PR is waiting for action from you. If no action is taken, this PR will be closed in 2 weekdays. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. This notification can be disabled with the |

Updated the
resourceDataprocClusterUpdatefunction to explicitly includeuser_service_account_mappingin the update mask. This ensures that changes to the identity config are correctly detected and propagated to the Dataproc API during a Terraform apply.