We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24d509a + 06ed2ca commit 1ae08acCopy full SHA for 1ae08ac
README.md
@@ -310,5 +310,9 @@ Description: n/a
310
311
### node\_resource\_group
312
313
+Description: n/a
314
+
315
+### public\_outbound\_ips
316
317
Description: n/a
318
<!-- END_TF_DOCS -->
outputs.tf
@@ -45,3 +45,7 @@ output "client_token" {
45
output "client_token_admin" {
46
value = length(azurerm_kubernetes_cluster.k8s.kube_admin_config) > 0 ? azurerm_kubernetes_cluster.k8s.kube_admin_config[0].password : ""
47
}
48
49
+output "public_outbound_ips" {
50
+ value = ["${azurerm_public_ip.public-ip-outbound.*.ip_address}"]
51
+}
0 commit comments