Alicloud VPC&SLB&ECS&GA&DNS Terraform Module On Alibaba Cloud

terraform-alicloud-vpc-slb-ecs-ga-dns

English | 简体中文

This module is used to create an application IPv6 transformation environment under Alibaba Cloud VPC.

These types of resources are supported:

Usage

module "example" {
  source             = "terraform-alicloud-modules/vpc-slb-ecs-ga-dns/alicloud"
  name               = "tf-vpc-slb-ecs-ga-dns"
  instance_type      = "ecs.sn2ne.large"
  slb_address_type   = "intranet"
  ga_auto_use_coupon = true
}

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.

Requirements

Name Version
terraform > = 0.13.0
alicloud > = 1.123.1

Providers

Name Version
alicloud > = 1.123.1

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 opening an issue on this repo.

Authors

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

License

MIT Licensed. See LICENSE for full details.

Reference