Use this data source to get an existing docker repository.
data "nexus_repository_docker_group" "group" {
name = "docker-group"
}
name
(String) A unique identifier for this repositorydocker
(List of Object) docker contains the configuration of the docker repository (see below for nested schema)group
(List of Object) Configuration for repository group (see below for nested schema)id
(String) Used to identify data source at nexusonline
(Boolean) Whether this repository accepts incoming requestsstorage
(List of Object) The storage configuration of the repository (see below for nested schema)docker
Read-Only:
force_basic_auth
(Boolean)http_port
(Number)https_port
(Number)subdomain
(String)v1_enabled
(Boolean)group
Read-Only:
member_names
(Set of String)writable_member
(String)storage
Read-Only:
blob_store_name
(String)strict_content_type_validation
(Boolean)