Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Mar 12, 2024
1 parent 7031d70 commit 081f292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ resource "azurerm_key_vault_managed_hardware_security_module_key" "test" {
managed_hsm_id = azurerm_key_vault_managed_hardware_security_module.test.id
key_type = "EC-HSM"
key_opts = [
key_options = [
"sign",
"verify",
]
Expand Down Expand Up @@ -218,7 +218,7 @@ resource "azurerm_key_vault_managed_hardware_security_module_key" "test" {
key_type = "RSA-HSM"
key_size = 2048
key_opts = [
key_options = [
"sign",
"verify",
"encrypt",
Expand Down

0 comments on commit 081f292

Please sign in to comment.