Skip to content

Commit

Permalink
fix pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent b30877c commit 12a29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/azure/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "azurerm_postgresql_flexible_server" "postgres" {
delegated_subnet_id = azurerm_subnet.network.id
private_dns_zone_id = azurerm_private_dns_zone.postgres.id
administrator_login = "console"
administrator_password = random_password.password
administrator_password = random_password.password.result
zone = "1"

storage_mb = var.postgres_disk
Expand Down

0 comments on commit 12a29eb

Please sign in to comment.