alicloud_cr_repos

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

Example Usage

# Declare the data source
data "alicloud_cr_repos" "my_repos" {
  name_regex  = "my-repos"
  output_file = "my-repo-json"
}

output "output" {
  value = "${data.alicloud_cr_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