Skip to content

Commit 768b69f

Browse files
committed
chore: because azure has no "POSTGRESQL" in West Germany mi mi mi ...unbelievable
chore: because azure has no "POSTGRESQL" in West Germany mi mi mi ...unbelievable
1 parent 5f8ce98 commit 768b69f

File tree

1 file changed

+2
-1
lines changed
  • modules/aks/postgresql/buildingblock

1 file changed

+2
-1
lines changed

modules/aks/postgresql/buildingblock/main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "random_password" "administrator_password" {
1111
resource "azurerm_postgresql_flexible_server" "db_instance" {
1212
name = "${var.workspace_identifier}-${var.project_identifier}-${var.name}"
1313
resource_group_name = local.resource_group_name
14-
location = "West Europe"
14+
location = local.location
1515

1616
delegated_subnet_id = local.subnet_id
1717
private_dns_zone_id = local.private_dns_zone_id
@@ -30,6 +30,7 @@ resource "azurerm_postgresql_flexible_server" "db_instance" {
3030
ignore_changes = [zone]
3131
}
3232
}
33+
3334
resource "kubernetes_secret" "credentials" {
3435
metadata {
3536
namespace = var.namespace

0 commit comments

Comments
 (0)