Skip to content

Commit

Permalink
chore: Rename postgres flex server name (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Jun 10, 2024
1 parent 5729003 commit a49f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/azure/postgres-flex-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "azurerm" {
}

locals {
postgres_server_name = "${var.unique_project_name}-e2e-postgres"
postgres_server_name = "${var.unique_project_name}-e2e-postgres-flex"
}

data "azurerm_resource_group" "rg" {
Expand Down

0 comments on commit a49f606

Please sign in to comment.