Hello -
We are in the process of converting some of our DMS Connection Profiles and Private Connections to IaC, using Terraform. During the process, we found a few discrepancies that we would like to get some clarity on:
1. Connection Profile: The Terraform resource "google_database_migration_service_connection_profile", is missing "Amazon RDS MySQL" block support? Is the expectation to use MySQL block to configure the source Database connection parameters?
2. Follow-up question on this is, on the UI - we are able to create a connection profile with the Engine type "Amazon RDS MySQL" and "MySQL" - Whats different with each of these, that we have two types of engines?
3. Private Connection: The Terraform resource "google_database_migration_service_private_connection", requests for A free subnet for peering, that is a CIDR of /29 ? This same set of configuration is not required when we set this Private Connection on the UI. Could someone explain whats the purpose of this CIDR.
Thanks,
Krishna Thirumalasetty
Senior Software Engineer
Roku Inc.
Hi @krishnat,
Welcome to Google Cloud Community!
To answer your questions:
/29
to /24
IP address range. You cannot modify the service producer's subnet. A service provisions new resources in existing regional subnets that were previously created by that service. If a subnet is full, the service creates a new subnet in the same region.Hope this helps.