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_eci_container_groups" {
source="./modules/alicloud/d/alicloud_eci_container_groups"# container_group_name - (optional) is a type of stringcontainer_group_name=null# enable_details - (optional) is a type of boolenable_details=null# ids - (optional) is a type of list of stringids=[]
# limit - (optional) is a type of numberlimit=null# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# resource_group_id - (optional) is a type of stringresource_group_id=null# status - (optional) is a type of stringstatus=null# tags - (optional) is a type of map of stringtags={}
# vswitch_id - (optional) is a type of stringvswitch_id=null# with_event - (optional) is a type of boolwith_event=null# zone_id - (optional) is a type of stringzone_id=null
}
data"alicloud_eci_container_groups""this" {
# container_group_name - (optional) is a type of stringcontainer_group_name=var.container_group_name# enable_details - (optional) is a type of boolenable_details=var.enable_details# ids - (optional) is a type of list of stringids=var.ids# limit - (optional) is a type of numberlimit=var.limit# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# resource_group_id - (optional) is a type of stringresource_group_id=var.resource_group_id# status - (optional) is a type of stringstatus=var.status# tags - (optional) is a type of map of stringtags=var.tags# vswitch_id - (optional) is a type of stringvswitch_id=var.vswitch_id# with_event - (optional) is a type of boolwith_event=var.with_event# zone_id - (optional) is a type of stringzone_id=var.zone_id
}
output"groups" {
description="returns a list of object"value=data.alicloud_eci_container_groups.this.groups
}
output"id" {
description="returns a string"value=data.alicloud_eci_container_groups.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_eci_container_groups.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_eci_container_groups.this.names
}
output"this" {
value=alicloud_eci_container_groups.this
}