Data Source: azurerm_database_migration_project

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

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_database_migration_project" "example" {
  name                = "example-dbms-project"
  resource_group_name = "example-rg"
  service_name        = "example-dbms"
}

output "name" {
  value = data.azurerm_database_migration_project.example.name
}

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: