creates app i can run

This commit is contained in:
Tom Archer
2022-03-04 20:32:36 -08:00
parent 1c548de790
commit 09f7f93885
4 changed files with 20 additions and 27 deletions

View File

@ -1,7 +1,3 @@
output "resource_group_name" {
value = azurerm_resource_group.default.name
}
output "client_key" {
value = azurerm_kubernetes_cluster.k8s.kube_config.0.client_key
}
@ -37,4 +33,4 @@ output "identity_resource_id" {
output "identity_client_id" {
value = azurerm_user_assigned_identity.testIdentity.client_id
}
}