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