From 178bc62662e54f8f6fe3e03c8ce68e0b011ed971 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Wed, 5 Aug 2020 19:02:37 +0000 Subject: [PATCH] add support for point_in_time_recovery for sql instance (#3819) Co-authored-by: Yurii Kyrychynskyi Signed-off-by: Modular Magician --- .changelog/3819.txt | 3 +++ google/resource_sql_database_instance_test.go | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changelog/3819.txt diff --git a/.changelog/3819.txt b/.changelog/3819.txt new file mode 100644 index 00000000000..a36d1d7360c --- /dev/null +++ b/.changelog/3819.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +sql: added support for point_in_time_recovery for `google_sql_database_instance` +``` diff --git a/google/resource_sql_database_instance_test.go b/google/resource_sql_database_instance_test.go index 525de4fe5a4..1976ab6b603 100644 --- a/google/resource_sql_database_instance_test.go +++ b/google/resource_sql_database_instance_test.go @@ -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"