terraform-azurerm-key-vault icon indicating copy to clipboard operation
terraform-azurerm-key-vault copied to clipboard

Terraform module to create a Key Vault in Azure cloud.

Results 4 terraform-azurerm-key-vault issues
Sort by recently updated
recently updated
newest added

Hello and thank you for your module. It works great, however, if I enable the azure_ad_user_principal_names block in "access_policies" I'm getting the error: ``` Error: Provider produced an inconsistent final...

Hello, I just wanted to let you know that MS has changed the casing on the access policies in azurerm 3.0. If you want to make it compatible to the...

Fixes 2 issues that blocked me from running `terraform plan` with Terraform v1.5.2: - Permission types (e.g. `DeleteSAS`) must be Pascal-cased - `module_variable_optional_attrs` experiment is no longer available and fixes...

# i have created these user ,Ad group and SP. provider "azurerm" { features {} } module "key-vault" { source = "kumarvna/key-vault/azurerm" version = "2.2.0" resource_group_name = "deepak-test" key_vault_name =...