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_dns_resolution_lines" {
source="./modules/alicloud/d/alicloud_dns_resolution_lines"# domain_name - (optional) is a type of stringdomain_name=null# lang - (optional) is a type of stringlang=null# line_codes - (optional) is a type of list of stringline_codes=[]
# line_display_names - (optional) is a type of list of stringline_display_names=[]
# line_names - (optional) is a type of list of stringline_names=[]
# output_file - (optional) is a type of stringoutput_file=null# user_client_ip - (optional) is a type of stringuser_client_ip=null
}
data"alicloud_dns_resolution_lines""this" {
# domain_name - (optional) is a type of stringdomain_name=var.domain_name# lang - (optional) is a type of stringlang=var.lang# line_codes - (optional) is a type of list of stringline_codes=var.line_codes# line_display_names - (optional) is a type of list of stringline_display_names=var.line_display_names# line_names - (optional) is a type of list of stringline_names=var.line_names# output_file - (optional) is a type of stringoutput_file=var.output_file# user_client_ip - (optional) is a type of stringuser_client_ip=var.user_client_ip
}
output"id" {
description="returns a string"value=data.alicloud_dns_resolution_lines.this.id
}
output"line_codes" {
description="returns a list of string"value=data.alicloud_dns_resolution_lines.this.line_codes
}
output"line_display_names" {
description="returns a list of string"value=data.alicloud_dns_resolution_lines.this.line_display_names
}
output"lines" {
description="returns a list of object"value=data.alicloud_dns_resolution_lines.this.lines
}
output"this" {
value=alicloud_dns_resolution_lines.this
}