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_privatelink_vpc_endpoint_zones" {
source="./modules/alicloud/d/alicloud_privatelink_vpc_endpoint_zones"# endpoint_id - (required) is a type of stringendpoint_id=null# output_file - (optional) is a type of stringoutput_file=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_privatelink_vpc_endpoint_zones""this" {
# endpoint_id - (required) is a type of stringendpoint_id=var.endpoint_id# output_file - (optional) is a type of stringoutput_file=var.output_file# status - (optional) is a type of stringstatus=var.status
}
output"id" {
description="returns a string"value=data.alicloud_privatelink_vpc_endpoint_zones.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_privatelink_vpc_endpoint_zones.this.ids
}
output"zones" {
description="returns a list of object"value=data.alicloud_privatelink_vpc_endpoint_zones.this.zones
}
output"this" {
value=alicloud_privatelink_vpc_endpoint_zones.this
}