Skip to content

alibabacloud-automation/terraform-alicloud-eip-slb-ecs-redis-polardb

Repository files navigation

Terraform module which creates EIP&SLB&ECS&RDS instance On Alibaba Cloud

terraform-alicloud-eip-slb-ecs-redis-polardb

English | 简体中文

This module is used to create a lightweight web service under Alibaba Cloud EIP, SLB, ECS, REDIS and POLARDB.

These types of resources are supported:

Requirements

Name Version
terraform > = 0.13.0
alicloud > = 1.66.0

Providers

Name Version
alicloud > = 1.66.0

Usage

module "tf-eip-slb-ecs-redis-polardb" {
  source            = "terraform-alicloud-modules/eip-slb-ecs-redis-polardb/alicloud"
  slb_address_type  = "intranet"
  vswitch_id        = "123"
}

Notes

  • This module using AccessKey and SecretKey are from profile and shared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.

Submit Issues

If you have any problems when using this module, please opening a provider issue and let us know.

Note: There does not recommend to open an issue on this repo.

Authors

Created and maintained by Alibaba Cloud Terraform Team(terraform@alibabacloud.com)

License

Apache 2 Licensed. See LICENSE for full details.

Reference