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_launch_templates" {
source="./modules/alicloud/d/alicloud_ecs_launch_templates"# enable_details - (optional) is a type of boolenable_details=null# ids - (optional) is a type of list of stringids=[]
# launch_template_name - (optional) is a type of stringlaunch_template_name=null# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# template_resource_group_id - (optional) is a type of stringtemplate_resource_group_id=null# template_tags - (optional) is a type of map of stringtemplate_tags={}
}
data"alicloud_ecs_launch_templates""this" {
# enable_details - (optional) is a type of boolenable_details=var.enable_details# ids - (optional) is a type of list of stringids=var.ids# launch_template_name - (optional) is a type of stringlaunch_template_name=var.launch_template_name# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# template_resource_group_id - (optional) is a type of stringtemplate_resource_group_id=var.template_resource_group_id# template_tags - (optional) is a type of map of stringtemplate_tags=var.template_tags
}
output"id" {
description="returns a string"value=data.alicloud_ecs_launch_templates.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_ecs_launch_templates.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_ecs_launch_templates.this.names
}
output"templates" {
description="returns a list of object"value=data.alicloud_ecs_launch_templates.this.templates
}
output"this" {
value=alicloud_ecs_launch_templates.this
}