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_pvtz_zone_records" {
source="./modules/alicloud/d/alicloud_pvtz_zone_records"# ids - (optional) is a type of list of stringids=[]
# keyword - (optional) is a type of stringkeyword=null# lang - (optional) is a type of stringlang=null# output_file - (optional) is a type of stringoutput_file=null# search_mode - (optional) is a type of stringsearch_mode=null# status - (optional) is a type of stringstatus=null# tag - (optional) is a type of stringtag=null# user_client_ip - (optional) is a type of stringuser_client_ip=null# zone_id - (required) is a type of stringzone_id=null
}
data"alicloud_pvtz_zone_records""this" {
# ids - (optional) is a type of list of stringids=var.ids# keyword - (optional) is a type of stringkeyword=var.keyword# lang - (optional) is a type of stringlang=var.lang# output_file - (optional) is a type of stringoutput_file=var.output_file# search_mode - (optional) is a type of stringsearch_mode=var.search_mode# status - (optional) is a type of stringstatus=var.status# tag - (optional) is a type of stringtag=var.tag# user_client_ip - (optional) is a type of stringuser_client_ip=var.user_client_ip# zone_id - (required) is a type of stringzone_id=var.zone_id
}
output"id" {
description="returns a string"value=data.alicloud_pvtz_zone_records.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_pvtz_zone_records.this.ids
}
output"records" {
description="returns a list of object"value=data.alicloud_pvtz_zone_records.this.records
}
output"this" {
value=alicloud_pvtz_zone_records.this
}