alicloud_cr_ee_repos

This data source provides a list Container Registry Enterprise Edition repositories on Alibaba Cloud.

Example Usage

# Declare the data source
data "alicloud_cr_ee_repos" "my_repos" {
  instance_id = "cri-xx"
  name_regex  = "my-repos"
  output_file = "my-repo-json"
}

output "output" {
  value = "${data.alicloud_cr_ee_repos.my_repos.repos}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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

Block Tag