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_ecs_dedicated_hosts" {
source="./modules/alicloud/d/alicloud_ecs_dedicated_hosts"# dedicated_host_id - (optional) is a type of stringdedicated_host_id=null# dedicated_host_name - (optional) is a type of stringdedicated_host_name=null# dedicated_host_type - (optional) is a type of stringdedicated_host_type=null# ids - (optional) is a type of list of stringids=[]
# 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={}
# zone_id - (optional) is a type of stringzone_id=null
}
data"alicloud_ecs_dedicated_hosts""this" {
# dedicated_host_id - (optional) is a type of stringdedicated_host_id=var.dedicated_host_id# dedicated_host_name - (optional) is a type of stringdedicated_host_name=var.dedicated_host_name# dedicated_host_type - (optional) is a type of stringdedicated_host_type=var.dedicated_host_type# ids - (optional) is a type of list of stringids=var.ids# 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# zone_id - (optional) is a type of stringzone_id=var.zone_id
}
output"hosts" {
description="returns a list of object"value=data.alicloud_ecs_dedicated_hosts.this.hosts
}
output"id" {
description="returns a string"value=data.alicloud_ecs_dedicated_hosts.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_ecs_dedicated_hosts.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_ecs_dedicated_hosts.this.names
}
output"this" {
value=alicloud_ecs_dedicated_hosts.this
}