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_endpoints" {
source="./modules/alicloud/d/alicloud_privatelink_vpc_endpoints"# connection_status - (optional) is a type of stringconnection_status=null# enable_details - (optional) is a type of boolenable_details=null# ids - (optional) is a type of list of stringids=[]
# name_regex - (optional) is a type of stringname_regex=null# output_file - (optional) is a type of stringoutput_file=null# service_name - (optional) is a type of stringservice_name=null# status - (optional) is a type of stringstatus=null# vpc_endpoint_name - (optional) is a type of stringvpc_endpoint_name=null# vpc_id - (optional) is a type of stringvpc_id=null
}
data"alicloud_privatelink_vpc_endpoints""this" {
# connection_status - (optional) is a type of stringconnection_status=var.connection_status# enable_details - (optional) is a type of boolenable_details=var.enable_details# ids - (optional) is a type of list of stringids=var.ids# name_regex - (optional) is a type of stringname_regex=var.name_regex# output_file - (optional) is a type of stringoutput_file=var.output_file# service_name - (optional) is a type of stringservice_name=var.service_name# status - (optional) is a type of stringstatus=var.status# vpc_endpoint_name - (optional) is a type of stringvpc_endpoint_name=var.vpc_endpoint_name# vpc_id - (optional) is a type of stringvpc_id=var.vpc_id
}
output"endpoints" {
description="returns a list of object"value=data.alicloud_privatelink_vpc_endpoints.this.endpoints
}
output"id" {
description="returns a string"value=data.alicloud_privatelink_vpc_endpoints.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_privatelink_vpc_endpoints.this.ids
}
output"names" {
description="returns a list of string"value=data.alicloud_privatelink_vpc_endpoints.this.names
}
output"this" {
value=alicloud_privatelink_vpc_endpoints.this
}