Skip to content

Commit d12909f

Browse files
committed
fix: add missing default null value for connection_pool_config
Signed-off-by: Quoc Trung HOANG <[email protected]>
1 parent ed675cf commit d12909f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/postgresql/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,4 +525,5 @@ variable "connection_pool_config" {
525525
value = string
526526
})), [])
527527
})
528+
default = null
528529
}

modules/safer_mysql/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,5 @@ variable "connection_pool_config" {
436436
value = string
437437
})), [])
438438
})
439+
default = null
439440
}

0 commit comments

Comments
 (0)