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_alidns_instances" {
source="./modules/alicloud/d/alicloud_alidns_instances"# ids - (optional) is a type of list of stringids=[]
# lang - (optional) is a type of stringlang=null# output_file - (optional) is a type of stringoutput_file=null# user_client_ip - (optional) is a type of stringuser_client_ip=null
}
data"alicloud_alidns_instances""this" {
# ids - (optional) is a type of list of stringids=var.ids# lang - (optional) is a type of stringlang=var.lang# 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_alidns_instances.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_alidns_instances.this.ids
}
output"instances" {
description="returns a list of object"value=data.alicloud_alidns_instances.this.instances
}
output"this" {
value=alicloud_alidns_instances.this
}