Alicloud VPC&ECS&RDS&SLB Terraform Module On Alibaba Cloud
English | 简体中文
This module is used to create a lightweight web service under Alibaba Cloud VPC, ECS, RDS and SLB.
These types of resources are supported:
module "example" {
  source            = "terraform-alicloud-modules/vpc-ecs-rds-slb/alicloud"
  name              = "tf-eip-slb-ecs-rds"
  instance_type     = "ecs.sn2ne.large"
  rds_instance_type = "rds.mysql.s3.large"
  slb_address_type  = "intranet"
}- This module using AccessKey and SecretKey are from profileandshared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.
| Name | Version | 
|---|---|
| terraform | > = 0.13.0 | 
| alicloud | > = 1.123.1 | 
| Name | Version | 
|---|---|
| alicloud | > = 1.123.1 | 
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 Alibaba Cloud Terraform Team([email protected])
MIT Licensed. See LICENSE for full details.