[Terraform] ip_address.0.time_to_retire it's not optional (#2965)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-30 13:03:51 -08:00 committed by Riley Karson
parent d12e425d9f
commit 51bf6f432a

View File

@ -280,7 +280,6 @@ func resourceSqlDatabaseInstance() *schema.Resource {
},
"time_to_retire": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
},