本 Terraform 模块将用于在阿里云上创建 MaxCompute project 。
本模板要求使用版本 Terraform 0.12 和 阿里云 Provider 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"
}
- 本 Module 使用的 AccessKey 和 SecretKey 可以直接从
profile
和shared_credentials_file
中获取。如果未设置,可通过下载安装 aliyun-cli 后进行配置。
如果在使用该 Terraform Module 的过程中有任何问题,可以直接创建一个 Provider Issue,我们将根据问题描述提供解决方案。
注意: 不建议在该 Module 仓库中直接提交 Issue。
Created and maintained by Guo Zhenhong([email protected]) and He Guimin(@xiaozhu36, [email protected])
Apache 2 Licensed. See LICENSE for full details.