You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: If host_flavor is set to multitenant, this will place the database on a logically separated, multi-tenant machine with minimum resource configurations required for multitenant config. (#405)
Copy file name to clipboardExpand all lines: examples/basic/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,9 @@ variable "member_host_flavor" {
56
56
description="Allocated host flavor per member. For more information, see https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/database#host_flavor"
57
57
default=null
58
58
}
59
+
60
+
variable"member_memory_mb" {
61
+
type=number
62
+
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"
0 commit comments