Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Jun 26, 2024
1 parent 58e70e6 commit 1b871de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ variable "apiary_common_producer_iamroles" {

variable "hms_rw_datanucleus_connection_pool_config" {
type = object({
DATANUCLEUS_CONNECTION_POOLING_TYPE = string
DATANUCLEUS_CONNECTION_POOL_MAX_POOLSIZE = number
DATANUCLEUS_CONNECTION_POOL_MIN_IDLE = number //HikariCP
DATANUCLEUS_CONNECTION_POOL_LEAK_DETECTION_THRESHOLD = number //HikariCP
Expand All @@ -772,6 +773,7 @@ variable "hms_rw_datanucleus_connection_pool_config" {
DATANUCLEUS_CONNECTION_POOL_REGISTER_MBEANS = bool //HikariCP
})
default = {
DATANUCLEUS_CONNECTION_POOLING_TYPE = null
DATANUCLEUS_CONNECTION_POOL_MAX_POOLSIZE = null
DATANUCLEUS_CONNECTION_POOL_MIN_IDLE = null
DATANUCLEUS_CONNECTION_POOL_LEAK_DETECTION_THRESHOLD = null
Expand Down Expand Up @@ -844,6 +846,7 @@ EOF

variable "hms_ro_datanucleus_connection_pool_config" {
type = object({
DATANUCLEUS_CONNECTION_POOLING_TYPE = string
DATANUCLEUS_CONNECTION_POOL_MAX_POOLSIZE = number
DATANUCLEUS_CONNECTION_POOL_MIN_IDLE = number
DATANUCLEUS_CONNECTION_POOL_LEAK_DETECTION_THRESHOLD = number
Expand All @@ -856,6 +859,7 @@ variable "hms_ro_datanucleus_connection_pool_config" {
DATANUCLEUS_CONNECTION_POOL_REGISTER_MBEANS = bool
})
default = {
DATANUCLEUS_CONNECTION_POOLING_TYPE = null
DATANUCLEUS_CONNECTION_POOL_MAX_POOLSIZE = null
DATANUCLEUS_CONNECTION_POOL_MIN_IDLE = null
DATANUCLEUS_CONNECTION_POOL_LEAK_DETECTION_THRESHOLD = null
Expand Down

0 comments on commit 1b871de

Please sign in to comment.