Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:sassoftware/viya4-iac-azure into…
Browse files Browse the repository at this point in the history
… IAC-1191
  • Loading branch information
riragh committed Oct 24, 2023
2 parents 7c95a91 + d20ef07 commit 6cfff71
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 6cfff71

Please sign in to comment.