Terraform module for Azure Key Vault Secrets
Azure Key Vault is a cloud-based service provided by Microsoft Azure that enables you to securely store and manage cryptographic keys, secrets, and certificates.
Using Azure Key Vault, you can protect your sensitive application data and maintain control over access to your data by storing it in a central location that's highly available, scalable, and durable. Key Vault is designed to simplify key management and streamline access to your cryptographic keys and secrets, which can be used by your applications and services in Azure or outside of Azure.
This module creates:
- Azure Key Vault Secrets
This module WON'T create:
- Azure Key Vault
Name | Version |
---|---|
terraform | >= 1.3.1 |
azurerm | >=3.65 |
Name | Version |
---|---|
azurerm | >=3.65 |
No modules.
Name | Type |
---|---|
azurerm_key_vault_secret.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
key_vault_id | (Required) The ID of the Key Vault where the Secret should be created. Changing this forces a new resource to be created. | string |
n/a | yes |
secrets | (Required) A list of Key Vault Secrets to create. | list(object({ |
n/a | yes |
No outputs.