You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_maxcompute_project" {
source="./modules/alicloud/r/alicloud_maxcompute_project"# name - (optional) is a type of stringname=null# order_type - (required) is a type of stringorder_type=null# project_name - (optional) is a type of stringproject_name=null# specification_type - (required) is a type of stringspecification_type=nulltimeouts=[{
delete =null
}]
}
resource"alicloud_maxcompute_project""this" {
# name - (optional) is a type of stringname=var.name# order_type - (required) is a type of stringorder_type=var.order_type# project_name - (optional) is a type of stringproject_name=var.project_name# specification_type - (required) is a type of stringspecification_type=var.specification_typedynamic"timeouts" {
for_each=var.timeoutscontent {
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
}
}
}