Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent a85c6eb commit b30877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/azure/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output "network" {
}

output "db" {
value = module.postgresql
value = azurerm_postgresql_flexible_server.postgres
}

output "db_url" {
Expand Down

0 comments on commit b30877c

Please sign in to comment.