Terraform Module for creating Direct Mail resources on Alibaba Cloud.
These types of resources are supported:
Create a Domain, Receivers and tags.
module "example" {
source = "terraform-alicloud-modules/direct-mail/alicloud"
create_domain = true
domain_name = "your_domain_name"
create_receivers = true
description = "your_description"
receivers_alias = "your_receivers_alias"
receivers_name = "your_receivers_name"
create_tags = true
tag_name = "your_tag_name"
}
Name | Version |
---|---|
terraform | >= 0.13.0 |
alicloud | >= 1.144.0 |
Created and maintained by Alibaba Cloud Terraform Team(terraform@alibabacloud.com)
Apache 2 Licensed. See LICENSE for full details.