We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5372da commit 11e88aeCopy full SHA for 11e88ae
examples/pitr/variables.tf
@@ -54,7 +54,7 @@ variable "pitr_id" {
54
variable "member_memory_mb" {
55
type = string
56
description = "Memory allocation required for postgresql read-only replica database"
57
- default = "7680"
+ default = "3072"
58
validation {
59
condition = alltrue([
60
var.member_memory_mb >= 3072,
tests/pr_test.go
@@ -148,7 +148,6 @@ func TestMain(m *testing.M) {
148
149
func TestRunPointInTimeRecoveryDBExample(t *testing.T) {
150
t.Parallel()
151
- t.Skip() // TODO once this issue gets resolved - https://github.ibm.com/GoldenEye/issues/issues/4513
152
153
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
154
Testing: t,
0 commit comments