You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,7 +73,7 @@ Default action is set to `Allow` when no network rules matched. A `virtual_netwo
73
73
```hcl
74
74
module "key-vault" {
75
75
source = "kumarvna/key-vault/azurerm"
76
-
version = "2.0.0"
76
+
version = "2.1.0"
77
77
78
78
# .... omitted
79
79
@@ -155,7 +155,7 @@ End Date of the Project|Date when this application, workload, or service is plan
155
155
```hcl
156
156
module "key-vault" {
157
157
source = "kumarvna/key-vault/azurerm"
158
-
version = "2.0.0"
158
+
version = "2.1.0"
159
159
160
160
# ... omitted
161
161
@@ -174,15 +174,15 @@ module "key-vault" {
174
174
Name | Version
175
175
-----|--------
176
176
terraform | >= 0.13
177
-
azurerm | ~> 2.27
177
+
azurerm | >= 2.59.0
178
178
179
179
## Providers
180
180
181
181
| Name | Version |
182
182
|------|---------|
183
-
azurerm | 2.27
184
-
random | n/a
185
-
azuread | n/a
183
+
azurerm | >= 2.59.0
184
+
random | >= 3.1.0
185
+
azuread | >= 1.4.0
186
186
187
187
## Inputs
188
188
@@ -195,7 +195,8 @@ Name | Description | Type | Default
195
195
`enabled_for_disk_encryption`|Allow Disk Encryption to retrieve secrets from the vault and unwrap keys|string|`"false"`
196
196
`enabled_for_template_deployment`|Allow Resource Manager to retrieve secrets from the Key Vault|string|`"false"`
197
197
`enable_purge_protection`|Is Purge Protection enabled for this Key Vault?|string|`"false"`
198
-
`enable_soft_delete`|Should Soft Delete be enabled for this Key Vault?|string|`"false"`
198
+
`enable_rbac_authorization`|Specify whether Azure Key Vault uses Role Based Access Control (RBAC) for authorization of data actions|string|`false`
199
+
`soft_delete_retention_days`|The number of days that items should be retained for once soft-deleted. The valid value can be between 7 and 90 days|string|`90`
199
200
`access_policies`|List of access policies for the Key Vault|list|`{}`
200
201
`azure_ad_user_principal_names`|List of user principal names of Azure AD users|list| `[]`
201
202
`azure_ad_group_names`|List of names of Azure AD groups|list|`[]`
0 commit comments