Terraform module for creating MaxCompute project on Alibaba Cloud.
terraform-alicloud-maxcompute-project
English | 简体中文
Terraform module which creates MaxCompute resources on Alibaba Cloud.
These types of resources are supported:
This module requires Terraform 0.12 and Terraform Provider AliCloud 1.75.0+.
module "maxcompute" {
source = "terraform-alicloud-modules/maxcompute/alicloud"
region = "cn-beijing"
#project
description = "Hello MaxCompute"
project_name = "example"
specification_type = "OdpsStandard"
order_type = "PayAsYouGo"
}
- 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.
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.
Created and maintained by He Guimin(@xiaozhu36, [email protected]) and Guo Zhenhong([email protected]).
Apache 2 Licensed. See LICENSE for full details.