Use this data source to get details of an existing Nexus Group blobstore.
data "nexus_blobstore_group" "example" {
name = "group-example"
}
name
(String) Blobstore nameavailable_space_in_bytes
(Number) Available space in Bytesblob_count
(Number) Count of blobsfill_policy
(String) The policy how to fill the members. Possible values: roundRobin
or writeToFirst
id
(String) Used to identify data source at nexusmembers
(Set of String) List of the names of blob stores that are members of this groupsoft_quota
(List of Object) Soft quota of the blobstore (see below for nested schema)total_size_in_bytes
(Number) The total size of the blobstore in Bytessoft_quota
Read-Only:
limit
(Number)type
(String)