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
Copy file name to clipboardExpand all lines: examples/basic/variables.tf
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,3 @@ 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