lib/kitchen/driver/oci/instance/db_home.rb in kitchen-oci-1.20.0 vs lib/kitchen/driver/oci/instance/db_home.rb in kitchen-oci-1.21.0

- old
+ new

@@ -39,9 +39,13 @@ def db_home_software_image return unless config[:dbaas][:db_software_image_id] db_home_details.database_software_image_id = config[:dbaas][:db_software_image_id] end + + def db_home_defined_tags + db_home_details.defined_tags = config[:defined_tags] + end end end end end end