Resource nexus_repository_bower_hosted

Use this resource to create a hosted Bower repository.

Example Usage

resource "nexus_repository_bower_hosted" "internal" {
  name   = "bower-internal"
  online = true

  storage {
    blob_store_name                = "default"
    strict_content_type_validation = true
    write_policy                   = "ALLOW"
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for storage

Required:

Optional:

Nested Schema for cleanup

Optional:

Nested Schema for component

Required:

Import is supported using the following syntax:

# import using the name of repository
terraform import nexus_repository_bower_hosted.internal bower-internal