Open melinath opened 1 year ago
I came across this issue while searching for a way to automate migration jobs. I tried creating source and destination based on the examples from google_database_migration_service_connection_profile resource's documentation, but in fact with this resource one could only create source (i.e. a connection profile that specifies source MySQL server) and destination (i.e. Cloud SQL instance to migrate into). However, without creating a migration job that dumps, imports and starts replication on the destination Cloud SQL instance you achieve nothing. To put it simply without a resource for migration job the puzzle is not complete. In my particular case I need to set a custom dump, which is one of the options of database migration, but this should be one of the arguments of migration job resource as it's a field of MigrationJob resource REST resource. Are there any plans for adding the suggested migration job resource?
👍 Working on migrating databases from on-prem to GCP using DMS, multiple teams at https://github.com/GannettDigital would be happy to see this feature implemented.
👍 Working on migrating databases from on-prem to GCP using DMS, multiple teams at https://github.com/GannettDigital would be happy to see this feature implemented.
indeed its only missing piece for getting everything terrraformed for db migration from x to alloydb.
Community Note
Description
Split off from https://github.com/hashicorp/terraform-provider-google/issues/9624 to collect feedback for this feature specifically, as separate from the connection profile resource. If you are interested in seeing support for this resource, please thumbs up and leave comments below regarding your use case / how you would expect the Terraform resource to work / anything else you think may be relevant.
From the previous ticket's author:
New or Affected Resource(s)
Potential Terraform Configuration
b/325437141