Skip to content

Commit c4cdc03

Browse files
test: minimum value required for the basic example (#523)
1 parent 857e1fd commit c4cdc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ variable "member_host_flavor" {
6060
variable "member_memory_mb" {
6161
type = number
6262
description = "Allocated memory per-member. See the following doc for supported values: https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-resources-scaling"
63-
default = 1024
63+
default = 4096
6464
}

0 commit comments

Comments
 (0)