alicloud_dms_enterprise_logic_database

Provides a DMS Enterprise Logic Database resource.

For information about DMS Enterprise Logic Database and how to use it, see What is Logic Database.

Example Usage

Basic Usage

resource "alicloud_dms_enterprise_logic_database" "default" {
  alias = "TF_logic_db_test"
  database_ids = [
    "35617919", "35617920"
  ]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

DMS Enterprise Logic Database can be imported using the id, e.g.

$terraform import alicloud_dms_enterprise_logic_database.example <id>