Skip to content

Commit

Permalink
set point_in_time for sql clone (#4715) (#3180)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 21, 2021
1 parent 2408d4c commit fc8333a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4715.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
sql: set `clone.point_in_time` optional for `google_sql_database_instance`
```
2 changes: 1 addition & 1 deletion google-beta/resource_sql_database_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ settings.backup_configuration.binary_log_enabled are both set to true.`,
},
"point_in_time": {
Type: schema.TypeString,
Required: true,
Optional: true,
DiffSuppressFunc: timestampDiffSuppress(time.RFC3339Nano),
Description: `The timestamp of the point in time that should be restored.`,
},
Expand Down

0 comments on commit fc8333a

Please sign in to comment.