Terraspace Azure Key Vault Secrets: How to Setup and Use
            
        Terraspace Azure Key Vault Secrets: How to Setup and Use
January  4, 2022
        
      We'll show you how to use Azure Key Vault Secrets with Terraspace. This allows you to not store any secret information like passwords in your Terraform source code.
Commands
In the video, to focus on learning, we mainly use the Azure Portal Console to create the Key Vault and secrets. Once you get used to it, here are some useful CLI commands:
export VAULT=demo-dev-vault-test1
az keyvault create --name $VAULT
az keyvault secret set --vault-name $VAULT --name demo-dev-user --value bob
az keyvault secret set --vault-name $VAULT --name demo-dev-pass --value secret1
az keyvault secret show --vault-name $VAULT --name demo-dev-user
az keyvault secret show --vault-name $VAULT --name demo-dev-pass
Links:
- Terraspace Docs: AWS Secrets
 - GitHub: boltops-learn/terraspace-azure-secrets
 
    
      Terraform Fundamentals 101
      
      
    
    
      
        1h 36m
      
    
  
  
        1h 36m
      
    
    
      Terraform HCL Fundamentals
      
      
    
    
      
        1h 53m
      
    
  
  
        1h 53m
      
    
    
      Terraspace Install Guides
      
      
    
    
      
        8m
      
    
  
  
        8m
      
    
    
      Terraspace Fundamentals
      
      
    
    
      
        2h 30m
      
    
  
  
        2h 30m
      
    
    
      Terraspace Cloud
      
      
    
    
      
        2h 33m
      
    
  
  
        2h 33m
      
    
    
      Terraspace Terrafile
      
      
    
    
      
        29m
      
    
  
  
        29m
      
    
    
      Terraspace and Terragrunt
      
      
    
    
      
        19m
      
    
  
  
        19m
      
    
    
      Terraspace AWS Cloud
      
      
    
    
      
        1h 43m
      
    
  
  
        1h 43m
      
    
    
      Terraspace Azure Cloud
      
      
    
    
      
        1h 15m
      
    
  
  
        1h 15m
      
    
    
      Terraspace Google Cloud
      
      
    
    
      
        1h 12m
      
    
  
  
        1h 12m
      
    
    
      Terraspace OnPrem
      
      
    
    
      
        16m
      
    
  
  
        16m
      
    
    
      Terraspace Testing
      
      
    
    
      
        47m
      
    
  
  
        47m
      
    
    
      Terraspace Development
      
      
    
    
      
        24m
      
    
  
  
        24m
      
    Get full access to these great resources
All for less than the price of coffee a day
44 courses
        286 lessons
        46+ hours