Skip to content

Commit fc8333a

Browse files
set point_in_time for sql clone (#4715) (#3180)
Signed-off-by: Modular Magician <[email protected]>
1 parent 2408d4c commit fc8333a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/4715.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
sql: set `clone.point_in_time` optional for `google_sql_database_instance`
3+
```

google-beta/resource_sql_database_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ settings.backup_configuration.binary_log_enabled are both set to true.`,
700700
},
701701
"point_in_time": {
702702
Type: schema.TypeString,
703-
Required: true,
703+
Optional: true,
704704
DiffSuppressFunc: timestampDiffSuppress(time.RFC3339Nano),
705705
Description: `The timestamp of the point in time that should be restored.`,
706706
},

0 commit comments

Comments
 (0)