databases/database_migration_service¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.dms["azurecaf_name.dms"]
azurerm_database_migration_service.dms["azurerm_database_migration_service.dms"]
remote:vnets["remote:vnets"]
azurerm_database_migration_service.dms --> azurecaf_name.dms
azurerm_database_migration_service.dms --> remote:vnets
Module Reference¶
Category: databases
Path: modules/databases/database_migration_service
Azure Resources: azurecaf_name, azurerm_database_migration_service
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
"settings" |
"Configuration object for the database migration service. Refer to documentation for details." | any |
yes | - |
- |
"resource_group_name" |
"(Required) The name of the resource group where to create the resource." | string |
yes | - |
- |
"location" |
"(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... | string |
yes | - |
- |
"remote_objects" |
"Combined objects for virtual networks used in the module." | map(any) |
yes | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
yes | - |
- |
"client_config" |
"Client configuration object (see module README.md)." | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of Database Migration Service." | - | azurerm_database_migration_service.dms.id |
"name" |
"The name of Database Migration Service." | - | azurerm_database_migration_service.dms.name |
Sources¶
modules/databases/database_migration_service/dms.tfmodules/databases/database_migration_service/locals.tfmodules/databases/database_migration_service/main.tfmodules/databases/database_migration_service/outputs.tfmodules/databases/database_migration_service/variables.tf