Testing k8s config

This commit is contained in:
Rob Gil
2020-01-06 18:21:48 -05:00
parent 2cb2b48bba
commit a5ea2e3757
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
output "id" {
value = azurerm_user_assigned_identity.identity.id
}
output "principal_id" {
value = azurerm_user_assigned_identity.identity.principal_id
}
output "client_id" {
value = azurerm_user_assigned_identity.identity.client_id
}