Skip to content

Commit

Permalink
Password will always be nil when read, so no use in setting it
Browse files Browse the repository at this point in the history
Signed-off-by: Sune Keller <[email protected]>
  • Loading branch information
sirlatrom committed Jul 7, 2020
1 parent 2511496 commit dbd4871
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ func resourceArmKeyVaultCertificateIssuerRead(d *schema.ResourceData, meta inter
if resp.Credentials.AccountID != nil {
d.Set("account_id", resp.Credentials.AccountID)
}
if resp.Credentials.Password != nil {
d.Set("password", resp.Credentials.Password)
}
}

return nil
Expand Down

0 comments on commit dbd4871

Please sign in to comment.