oci_database_management_external_db_system_database_managements_management

This resource provides the External Db System Database Managements Management resource in Oracle Cloud Infrastructure Database Management service.

Enables Database Management service for all the components of the specified external DB system (except databases).

Example Usage

resource "oci_database_management_external_db_system_database_managements_management" "test_external_db_system_database_managements_management" {
	#Required
	external_db_system_id = oci_database_management_external_db_system.test_external_db_system.id
	enable_database_management = var.enable_database_management

	#Optional
	license_model = var.external_db_system_database_managements_management_license_model
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the External Db System Database Managements Management * update - (Defaults to 20 minutes), when updating the External Db System Database Managements Management * delete - (Defaults to 20 minutes), when destroying the External Db System Database Managements Management