Skip to content

Commit

Permalink
fix: (IAC-1072) Enabling North-South traffic (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh authored Oct 11, 2023
1 parent 3c1a94b commit 05cda42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ output "aks_cluster_password" {
sensitive = true
}

output "aks_pod_cidr" {
value = var.aks_pod_cidr
}

# postgres

output "postgres_servers" {
Expand Down

0 comments on commit 05cda42

Please sign in to comment.