Skip to content

Commit ca03ba3

Browse files
committed
feat: update the rbac_authorization_enabled toggle in KeyVault module
1 parent ede5951 commit ca03ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/modules/key-vault

infrastructure/modules/key-vault/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "azurerm_key_vault" "keyvault" {
1010
soft_delete_retention_days = var.soft_delete_retention
1111
sku_name = var.sku_name
1212

13-
enable_rbac_authorization = var.enable_rbac_authorization
13+
rbac_authorization_enabled = var.enable_rbac_authorization
1414

1515
tags = var.tags
1616

0 commit comments

Comments
 (0)