Skip to content

superMichelle7/terraform-alicoud-maxcompute-project

 
 

Repository files navigation

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:

Terraform versions

This module requires Terraform 0.12 and Terraform Provider AliCloud 1.75.0+.

Usage

module "maxcompute"  {
  source   = "terraform-alicloud-modules/maxcompute/alicloud"
  region   = "cn-beijing"                
  
  #project
  description             = "Hello MaxCompute"
  project_name            = "example"
  specification_type      = "OdpsStandard"
  order_type              = "PayAsYouGo"

}

Examples

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.

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

Authors

Created and maintained by He Guimin(@xiaozhu36, [email protected]) and Guo Zhenhong([email protected]).

License

Apache 2 Licensed. See LICENSE for full details.

Reference

About

Terraform module for creating a MaxCompute project on Alibaba Cloud RDS Service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%