Skip to content

Commit

Permalink
add support for point_in_time_recovery for sql instance (#3819) (#6944)
Browse files Browse the repository at this point in the history
Co-authored-by: Yurii Kyrychynskyi <yurii.kyrychynskyi@kiwi.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Yurii Kyrychynskyi <yurii.kyrychynskyi@kiwi.com>
  • Loading branch information
modular-magician and ykyr authored Aug 5, 2020
1 parent 1105e1a commit 6eeeaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3819.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
sql: added support for point_in_time_recovery for `google_sql_database_instance`
```
2 changes: 0 additions & 2 deletions google/resource_sql_database_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -996,10 +996,8 @@ resource "google_sql_database_instance" "instance" {
name = "tf-test-%d"
region = "us-central1"
database_version = "POSTGRES_9_6"
settings {
tier = "db-f1-micro"
backup_configuration {
enabled = true
start_time = "00:00"
Expand Down

0 comments on commit 6eeeaf4

Please sign in to comment.