Skip to content

Commit

Permalink
added postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelmace committed Jun 24, 2024
1 parent a8b174b commit 93c651c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/odmonroks/database-postgres.tf.onhold
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "icd_postgres_core_allocation" {
variable "icd_postgres_db_version" {
type = string
description = "The database version to provision if specified"
default = "16.0"
default = "16"
}

variable "icd_postgres_users" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/odmonroks/testing.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ activity_tracker_name = "activity-tracker"
icd_postgres_plan = "standard"
# expected length in the range (10 - 32) - must not contain special characters
icd_postgres_adminpassword = "Passw0rd01forODM"
icd_postgres_db_version = "12"
icd_postgres_db_version = "16"
icd_postgres_service_endpoints = "public"

# Minimum parameter for Standard Edition
Expand Down

0 comments on commit 93c651c

Please sign in to comment.