alicloud_cr_vpc_endpoint_linked_vpcs

This data source provides the CR Vpc Endpoint Linked Vpcs of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cr_vpc_endpoint_linked_vpcs" "ids" {
  ids         = ["example_id"]
  instance_id = "your_cr_instance_id"
  module_name = "Registry"
}

output "alicloud_cr_vpc_endpoint_linked_vpcs_id_1" {
  value = data.alicloud_cr_vpc_endpoint_linked_vpcs.ids.vpc_endpoint_linked_vpcs.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: