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"ecl_imagestorages_image_v2" {
source="./modules/ecl/d/ecl_imagestorages_image_v2"# member_status - (optional) is a type of stringmember_status=null# most_recent - (optional) is a type of boolmost_recent=null# name - (optional) is a type of stringname=null# owner - (optional) is a type of stringowner=null# properties - (optional) is a type of map of stringproperties={}
# region - (optional) is a type of stringregion=null# size_max - (optional) is a type of numbersize_max=null# size_min - (optional) is a type of numbersize_min=null# sort_direction - (optional) is a type of stringsort_direction=null# sort_key - (optional) is a type of stringsort_key=null# tag - (optional) is a type of stringtag=null# visibility - (optional) is a type of stringvisibility=null
}
data"ecl_imagestorages_image_v2""this" {
# member_status - (optional) is a type of stringmember_status=var.member_status# most_recent - (optional) is a type of boolmost_recent=var.most_recent# name - (optional) is a type of stringname=var.name# owner - (optional) is a type of stringowner=var.owner# properties - (optional) is a type of map of stringproperties=var.properties# region - (optional) is a type of stringregion=var.region# size_max - (optional) is a type of numbersize_max=var.size_max# size_min - (optional) is a type of numbersize_min=var.size_min# sort_direction - (optional) is a type of stringsort_direction=var.sort_direction# sort_key - (optional) is a type of stringsort_key=var.sort_key# tag - (optional) is a type of stringtag=var.tag# visibility - (optional) is a type of stringvisibility=var.visibility
}