[x] Have you provided a full/minimal configuration to reproduce the issue?
[x] Have you [tested with the latest master] to confirm the issue still exists?
[x] Have you provided the terraform console logs with environment variable set to TF_LOG=trace?
Description
When running a plan/apply with intersight_storage_drive_security_policy sensitive values cause a plan to view the sensitive values as an update. This doesn't happen with other policies like local user policy.
Bug Report Checklist
Description
When running a plan/apply with intersight_storage_drive_security_policy sensitive values cause a plan to view the sensitive values as an update. This doesn't happen with other policies like local user policy.
Terraform-provider-intersight version
1.0.54
Configuration file
Actual output (Attach screenshots if applicable)
Notice on the subsequent plan that the local user policy is not showing a change with the sensitive password, whereas the drive security policy is.
Related issues/PRs
Suggest a fix
Provider should not require an update on subsequent plans to sensitive values unless it has changed.