Skip to content

Commit

Permalink
Pin postgress version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 26, 2024
1 parent 5c35de5 commit d316994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aks/databases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "postgres" {
use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
# azure_extensions = ["PGCRYPTO","BTREE_GIST","CITEXT","PG_TRGM"]
server_version = var.postgres_version
server_version = "14"
azure_sku_name = var.postgres_flexible_server_sku

azure_enable_high_availability = var.postgres_enable_high_availability
Expand Down

0 comments on commit d316994

Please sign in to comment.