main
tf 7 lines 109 Bytes
Raw
1 output "name" {
2 value = azurerm_key_vault.main.name
3 }
4
5 output "id" {
6 value = azurerm_key_vault.main.id
7 }