Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.82 KB

README-CN.md

File metadata and controls

52 lines (36 loc) · 1.82 KB

terraform-alicloud-maxcompute-project

本 Terraform 模块将用于在阿里云上创建 MaxCompute project 。

Terraform 版本

本模板要求使用版本 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 可以直接从 profileshared_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.

参考