Skip to content

Commit

Permalink
Merge pull request #3086 from DFE-Digital/LUPEYALPHA-762-add-citext-e…
Browse files Browse the repository at this point in the history
…xtension

add citext to azure extensions
  • Loading branch information
alkesh authored Aug 12, 2024
2 parents 798d90c + 8ec5277 commit 3755400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "postgres" {
use_azure = var.deploy_azure_backing_services
azure_enable_monitoring = var.enable_monitoring
azure_enable_backup_storage = var.enable_postgres_backup_storage
azure_extensions = ["pg_trgm", "pgcrypto", "plpgsql"]
azure_extensions = ["citext", "pg_trgm", "pgcrypto", "plpgsql"]
server_version = "16"
azure_sku_name = var.postgres_flexible_server_sku
azure_enable_high_availability = var.postgres_enable_high_availability
Expand Down

0 comments on commit 3755400

Please sign in to comment.