Skip to content

Commit cf30179

Browse files
Update variables.tf
Change the default value to `null` so we don't erase default settings. Signed-off-by: Benoit Garcia <72207524+benoit-garcia@users.noreply.github.com>
1 parent a7ad349 commit cf30179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "node_type" {
2323
variable "settings" {
2424
description = "Database settings configuration"
2525
type = map(string)
26-
default = {}
26+
default = null
2727
}
2828

2929
## Network

0 commit comments

Comments
 (0)