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_quotas_quota_application" {
source="./modules/alicloud/r/alicloud_quotas_quota_application"# audit_mode - (optional) is a type of stringaudit_mode=null# desire_value - (required) is a type of numberdesire_value=null# notice_type - (optional) is a type of numbernotice_type=null# product_code - (required) is a type of stringproduct_code=null# quota_action_code - (required) is a type of stringquota_action_code=null# quota_category - (optional) is a type of stringquota_category=null# reason - (required) is a type of stringreason=nulldimensions=[{
key =null
value =null
}]
}
resource"alicloud_quotas_quota_application""this" {
# audit_mode - (optional) is a type of stringaudit_mode=var.audit_mode# desire_value - (required) is a type of numberdesire_value=var.desire_value# notice_type - (optional) is a type of numbernotice_type=var.notice_type# product_code - (required) is a type of stringproduct_code=var.product_code# quota_action_code - (required) is a type of stringquota_action_code=var.quota_action_code# quota_category - (optional) is a type of stringquota_category=var.quota_category# reason - (required) is a type of stringreason=var.reasondynamic"dimensions" {
for_each=var.dimensionscontent {
# key - (optional) is a type of stringkey=dimensions.value["key"]
# value - (optional) is a type of stringvalue=dimensions.value["value"]
}
}
}