Skip to content

Commit

Permalink
Add missing BLR endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lo-A-Foe <[email protected]>
  • Loading branch information
loafoe committed Sep 13, 2023
1 parent a1fe9c1 commit 2f64819
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/resources/blr_bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The following arguments are available:

* `name` - (Required) The name of the device group
* `proposition_id` - (Required) The proposition ID where this bucket falls under
* `versioning_enabled` - (Required) Set versioning
* `enable_cdn` - (Optional) Enable CDN or not
* `enable_create_or_delete_blob_meta` - (Optional) Enables creation or deletion of Blob meta data
* `enable_hsdp_domain` - (Optional) Enable HSDP domain mapping
Expand All @@ -50,3 +49,11 @@ In addition to all arguments above, the following attributes are exported:

* `id` - The ID reference of the service action (format: `Bucket/${GUID}`)
* `guid` - The GUID of the bucket

## Import

An existing Bucket using `terraform import hsdp_blr_bucket`, e.g.

```bash
terraform import hsdp_blr_bucket.target Bucket/guid-of-the-bucket-to-import
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/loafoe/easyssh-proxy/v2 v2.0.4
github.com/loafoe/ferrite v0.2.0
github.com/philips-labs/siderite v0.16.6
github.com/philips-software/go-hsdp-api v0.82.4
github.com/philips-software/go-hsdp-api v0.82.5
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR
github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU=
github.com/philips-labs/siderite v0.16.6 h1:lG+Ze7K5WOcNB3KOcUzXDxGwHZg13mKKMa+yd8wHphw=
github.com/philips-labs/siderite v0.16.6/go.mod h1:0mVh0VJ5109l9QCJDCizGTdtEbClbeQ/lcCrsEZiu60=
github.com/philips-software/go-hsdp-api v0.82.4 h1:lYIc9OT8Ua9g7vubamClh7WEsMU57ohcAm6nzkAeOp0=
github.com/philips-software/go-hsdp-api v0.82.4/go.mod h1:JbSWbEfQVB7Ei8wov4C2zPO5N1+Wr9bha4urcfxddw4=
github.com/philips-software/go-hsdp-api v0.82.5 h1:cKt/uVwN9YT4cxshOgF+uTj3LrSOWgV+eAF+N0oFI5M=
github.com/philips-software/go-hsdp-api v0.82.5/go.mod h1:JbSWbEfQVB7Ei8wov4C2zPO5N1+Wr9bha4urcfxddw4=
github.com/philips-software/go-hsdp-signer v1.4.0 h1:yg7UILhmI4xJhr/tQiAiQwJL0EZFvLuMqpH2GZ9ygY4=
github.com/philips-software/go-hsdp-signer v1.4.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0=
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
Expand Down

0 comments on commit 2f64819

Please sign in to comment.