Skip to content

databases/database_migration_project

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.dmp["azurecaf_name.dmp"] azurerm_database_migration_project.dmp["azurerm_database_migration_project.dmp"] azurerm_database_migration_project.dmp --> azurecaf_name.dmp

Module Reference

Category: databases
Path: modules/databases/database_migration_project
Azure Resources: azurecaf_name, azurerm_database_migration_project

Inputs

Name Description Type Required Default Validation
"global_settings" "Global settings object (see module README.md)" any yes - -
"settings" "The settings for the Azure resource." 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 - -
"database_migration_services" "Combined object with the database migration services." any yes - -

Outputs

Name Description Sensitive Value
"id" "The ID of Database Migration Project." - azurerm_database_migration_project.dmp.id

Sources

  • modules/databases/database_migration_project/dmp.tf
  • modules/databases/database_migration_project/locals.tf
  • modules/databases/database_migration_project/main.tf
  • modules/databases/database_migration_project/outputs.tf
  • modules/databases/database_migration_project/variables.tf