Data Source: azurerm_database_migration_service

Use this data source to access information about an existing Database Migration Service.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_database_migration_service" "example" {
  name                = "example-dms"
  resource_group_name = "example-rg"
}

output "azurerm_dms_id" {
  value = data.azurerm_database_migration_service.example.id
}

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: