Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Oct 9, 2020
1 parent 3b0bad7 commit 7c0e657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azurerm/internal/services/keyvault/key_vault_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ func resourceArmKeyVault() *schema.Resource {
string(keyvault.Standard),
string(keyvault.Premium),
}, false),
// issue: https://github.com/Azure/azure-rest-api-specs/issues/10943
// to avoid import problem, add Suppress Case Diff
DiffSuppressFunc: suppress.CaseDifference,
},

Expand Down

0 comments on commit 7c0e657

Please sign in to comment.