Check for previous/existing GitHub issues
Description
Hi AVM team,
While creating a Key Vault using this module the output suggests to update property name. Should not be a big change and would be nice to get rid of that warning message.
│ Warning: Argument is deprecated
│
│ with azurerm_key_vault.this,
│ on main.tf line 7, in resource "azurerm_key_vault" "this":
│ 7: enable_rbac_authorization = !var.legacy_access_policies_enabled
│
│ This property has been renamed to rbac_authorization_enabled and will be
│ removed in v5.0 of the provider
Regards,
Mikhail
Check for previous/existing GitHub issues
Description
Hi AVM team,
While creating a Key Vault using this module the output suggests to update property name. Should not be a big change and would be nice to get rid of that warning message.
│ Warning: Argument is deprecated
│
│ with azurerm_key_vault.this,
│ on main.tf line 7, in resource "azurerm_key_vault" "this":
│ 7: enable_rbac_authorization = !var.legacy_access_policies_enabled
│
│ This property has been renamed to
rbac_authorization_enabledand will be│ removed in v5.0 of the provider
Regards,
Mikhail