alicloud_maxcompute_project

Provides a Max Compute Project resource.

For information about Max Compute Project and how to use it, see What is Project.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}
resource "alicloud_maxcompute_project" "default" {
  default_quota = "默认后付费Quota"
  project_name  = var.name
  comment       = var.name
  product_type  = "PayAsYouGo"
}

Argument Reference

The following arguments are supported:

ip_white_list

The ip_white_list supports the following:

properties

The properties support the following:

properties-encryption

The encryption supports the following:

properties-table_lifecycle

The table_lifecycle supports the following:

security_properties

The security_properties supports the following:

security_properties-project_protection

The project_protection supports the following:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: