Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Update outputs.tf - value = data.azurerm_public_ip.ingress_nginx.ip_a…
Browse files Browse the repository at this point in the history
…ddress
  • Loading branch information
mathieu-benoit authored Sep 19, 2023
1 parent fd1ca55 commit 9e258ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/terraform/azure-aks-existing/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "loadbalancer" {
value = var.ingress_nginx_public_ip_address
value = data.azurerm_public_ip.ingress_nginx.ip_address
}

output "name" {
Expand All @@ -11,7 +11,7 @@ output "resource_group" {
}

output "subscription_id" {
value = nonsensitive(var.credentials.azure_subscription_id)
value = nonsensitive(var.credentials.azure_subscription_id)
}

output "cluster_type" {
Expand Down

0 comments on commit 9e258ee

Please sign in to comment.