Skip to content

Commit

Permalink
removing dup administrator_password
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzahashicorp committed Jul 12, 2024
1 parent 9f204ef commit 196b087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ resource "azurerm_postgresql_flexible_server" "tfe" {
resource_group_name = var.resource_group_name
public_network_access_enabled = var.public_network_access_enabled
administrator_login = var.database_user
administrator_login = var.database_user
administrator_password = random_string.tfe_pg_password.result
backup_retention_days = var.database_backup_retention_days
delegated_subnet_id = var.database_subnet_id
Expand Down

0 comments on commit 196b087

Please sign in to comment.