Terraform module which creates Migration service with RDS&GPDB on Alibaba Cloud
English | 简体中文
This module is used to create a data migration service under Alibaba Cloud.
These types of resources are supported:
module "example" {
source = "terraform-alicloud-modules/rds-to-gpdb/alicloud"
name = "tf-rds-to-gpdb"
ecs_instance_type = "ecs.n4.large"
rds_instance_type = "rds.mysql.s3.large"
gpdb_instance_class = "gpdb.group.segsdx2"
}
- This module using AccessKey and SecretKey are from
profile
andshared_credentials_file
. If you have not set them yet, please install aliyun-cli and configure it.
Name | Version |
---|---|
terraform | > = 0.13.0 |
alicloud | > = 1.127.0 |
Name | Version |
---|---|
alicloud | > = 1.127.0 |
If you have any problems when using this module, please opening a provider issue and let us know.
Note: There does not recommend opening an issue on this repo.
Created and maintained by Will([email protected])
MIT Licensed. See LICENSE for full details.