Skip to content

Commit

Permalink
Add output var for Key Vault
Browse files Browse the repository at this point in the history
  • Loading branch information
noelbundick committed Apr 16, 2019
1 parent fd2eea5 commit 1ac75e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/dev-env/dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ resource "azurerm_subnet_network_security_group_association" "databricks-publicN
network_security_group_id = "${azurerm_network_security_group.databricksNSG.id}"
}

output "keyvault_name" {
value = "${azurerm_key_vault.kv.name}"
}

output "sandbox_subnet_id" {
value = "${azurerm_subnet.sandbox.id}"
}
Expand Down

0 comments on commit 1ac75e4

Please sign in to comment.