aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
173 stars 92 forks source link

Update support for database migration services and projects #123

Closed arnaudlh closed 2 years ago

arnaudlh commented 3 years ago

azurerm_database_migration_service

Alphanumeric name with length of more than two, without spaces, is required Must contain letters, numbers, dashes, periods, and underscores, and must begin with a letter or number. Length not specified

azurerm_database_migration_project

Alphanumeric name with length of more than two, without spaces, is required Must contain letters, numbers, dashes, periods, and underscores, and must begin with a letter or number. Length not specified

Current char set is limited compared to those specs, we might update length in the regex?