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/pitr/variables.tf
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,10 @@ variable "pitr_id" {
44
44
type=string
45
45
description="The ID of the source deployment PostgreSQL instance that you want to recover back to. The PostgreSQL instance is expected to be in an up and in running state."
46
46
}
47
+
48
+
variable"members" {
49
+
type=number
50
+
description="Allocated number of members. Members must be same or higher than the source deployment PostgreSQL instance."
51
+
default=2
52
+
# Validation is done in the Terraform plan phase by the IBM provider, so no need to add extra validation here.
0 commit comments