Skip to content

Commit

Permalink
Update azure extensions for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 26, 2023
1 parent f92a9ff commit 23bf44d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/aks/databases.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ module "postgres" {

use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
azure_extensions = ["plpgsql"]
azure_extensions = ["plpgsql", "citext", "uuid-ossp"]
server_version = "14"

}

module "redis" {
Expand Down

0 comments on commit 23bf44d

Please sign in to comment.