selectel_craas_registry_v1
Эта инструкция — копия документации Selectel Terraform-провайдера в Terraform Registry.
Creates and manages a registry in Container Registry using public API v1. For more information about Container Registry, see the official Selectel documentation.
Example usage
resource "selectel_craas_registry_v1" "registry_1" {
name = "my-first-registry"
project_id = selectel_vpc_project_v2.project_1.id
}
Argument Reference
-
name
— (Required) Registry name. Changing this creates a new registry. The name can contain lowercase latin characters, digits, and hyphens. The name starts with a letter and ends with a letter or a digit. It cannot exceed 20 symbols. Learn more about Registries in Container Registry. -
project_id
— (Required) Unique identifier of the associated project. Changing this creates a new registry. Retrieved from the selectel_vpc_project_v2 resource. Learn more about Projects.
Attributes Reference
-
status
— Registry status. -
endpoint
— Registry endpoint. For example,cr.selcloud.ru/my-registry