Key Vault

Purpose

This configuration file sets up the Azure Key Vault. Key Vault is a cloud service for securely storing and accessing secrets, such as API keys, passwords, certificates, and other sensitive information.

Dependencies

  • ml_resource_group: A resource group to hold the Key Vault among other machine learning resources.

Inputs

  • keyvault_name: The name to assign to the Key Vault.
  • resource_group_name: The resource group where the Key Vault is to be deployed.
  • object_ids: List of object IDs granted access to the Key Vault for managing secrets.

Usage

To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply