Randomizing resource group and leaving in tfvars only the min the cust needs to mod

This commit is contained in:
Tom Archer
2022-03-02 18:59:01 -08:00
parent c25d0c2f2f
commit af4a2cbdd5
4 changed files with 34 additions and 27 deletions

View File

@ -1,3 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.default.name
}
output "client_key" {
value = azurerm_kubernetes_cluster.k8s.kube_config.0.client_key
}