File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
examples/database/db_systems/db_vm/db_vm_intel_x9
internal/service/database Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ resource "oci_database_db_system" "test_db_system" {
304304 }
305305 }
306306
307- db_version = " 21.7.0.0"
307+ // Supported db version needs to be up-to-date to avoid the backward compatibility failures (Ref: TERSI-2479)
308+ db_version = " 21.8.0.0"
308309 display_name = " MyTFDBHomeVm"
309310 }
310311
Original file line number Diff line number Diff line change @@ -308,7 +308,6 @@ func DatabaseDbSystemResource() *schema.Resource {
308308 Type : schema .TypeMap ,
309309 Optional : true ,
310310 Computed : true ,
311- ForceNew : true ,
312311 DiffSuppressFunc : tfresource .DefinedTagsDiffSuppressFunction ,
313312 Elem : schema .TypeString ,
314313 },
@@ -322,7 +321,6 @@ func DatabaseDbSystemResource() *schema.Resource {
322321 Type : schema .TypeMap ,
323322 Optional : true ,
324323 Computed : true ,
325- ForceNew : true ,
326324 Elem : schema .TypeString ,
327325 },
328326
You can’t perform that action at this time.
0 commit comments