Skip to content

Commit 05cda42

Browse files
authored
fix: (IAC-1072) Enabling North-South traffic (#341)
1 parent 3c1a94b commit 05cda42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ output "aks_cluster_password" {
2626
sensitive = true
2727
}
2828

29+
output "aks_pod_cidr" {
30+
value = var.aks_pod_cidr
31+
}
32+
2933
# postgres
3034

3135
output "postgres_servers" {

0 commit comments

Comments
 (0)