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
Azure Portal Guides
1h 41m
1h 41m
Terraform Fundamentals 101
1h 36m
1h 36m
Terraspace Fundamentals Azure
2h 22m
2h 22m
Terraform HCL Fundamentals
1h 53m
1h 53m
Terraspace Cloud
2h 33m
2h 33m
Terraspace Azure Cloud
1h 15m
1h 15m
Azure AKS Kubernetes
40m
40m
Get full access to these great resources
All for less than the price of coffee a day
44 courses
286 lessons
46+ hours