Skip to content

Commit

Permalink
update database name
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 21, 2024
1 parent 2d52961 commit 2423ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "azurerm_postgresql_flexible_server" "postgres_flexible_server" {
}

resource "azurerm_postgresql_flexible_server_database" "postgres_db" {
name = azurerm_postgresql_flexible_server.postgres_flexible_server.name
name = "${azurerm_postgresql_flexible_server.postgres_flexible_server.name}-db"
server_id = azurerm_postgresql_flexible_server.postgres_flexible_server.id
}

Expand Down

0 comments on commit 2423ed1

Please sign in to comment.