Create a Key Vault in Azure

In the "Code Editor" tab, open the keyvault.tf file.

Your task: Add resources to create a Key Vault named my-keyvault in the resource group defined in main.tf. Add a secret named my-secret with the value SecretValue123.

GitOps Repository

  • 📁 /root/learn-terraform-azure-keyvault
    • 📄 provider.tf
    • 📄 main.tf
    • 📄 keyvault.tf

Code Editor

Terminal