Resource nexus_blobstore_file

Use this resource to create a Nexus file blobstore.

Example Usage

resource "nexus_blobstore_file" "file" {
  name = "blobstore-file"
  path = "/nexus-data/blobstore-file"

  soft_quota {
    limit = 1024000000
    type  = "spaceRemainingQuota"
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for soft_quota

Required:

Import is supported using the following syntax:

# import using the name of blobstore
terraform import nexus_blobstore_file.file blobstore-file