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_service_resources" {
source="./modules/alicloud/d/alicloud_privatelink_vpc_endpoint_service_resources"# output_file - (optional) is a type of stringoutput_file=null# service_id - (required) is a type of stringservice_id=null
}
data"alicloud_privatelink_vpc_endpoint_service_resources""this" {
# output_file - (optional) is a type of stringoutput_file=var.output_file# service_id - (required) is a type of stringservice_id=var.service_id
}
output"id" {
description="returns a string"value=data.alicloud_privatelink_vpc_endpoint_service_resources.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_privatelink_vpc_endpoint_service_resources.this.ids
}
output"resources" {
description="returns a list of object"value=data.alicloud_privatelink_vpc_endpoint_service_resources.this.resources
}
output"this" {
value=alicloud_privatelink_vpc_endpoint_service_resources.this
}