Skip to content

Commit

Permalink
chore: user password
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Apr 29, 2024
1 parent 121ceae commit 2adda5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ resource "azurerm_postgresql_flexible_server" "flojoy-cloud-postgres-server" {
resource_group_name = azurerm_resource_group.flojoy-cloud-rg.name
location = azurerm_resource_group.flojoy-cloud-rg.location
version = 12
administrator_login = "postgresadmin"
administrator_password = "P@ssw0rd1234"
administrator_login = "user"
administrator_password = "password"
storage_mb = 32768
sku_name = "GP_Standard_D4s_v3"
zone = "1"
Expand Down

0 comments on commit 2adda5b

Please sign in to comment.