Skip to content

Commit

Permalink
Fix doc lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Jan 29, 2025
1 parent 6b74a61 commit a7ec7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data-sources/object_storage_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For more information, see the [Linode APIv4 docs](https://techdocs.akamai.com/li
## Example Usage

Get an endpoint of E3 type (highest performance and capacity) of Linode Object Storage services:

```hcl
data "linode_object_storage_endpoints" "test" {
filter {
Expand All @@ -26,6 +27,7 @@ output "high-performance-obj-endpoint" {
```

Get a list of all available endpoints of Linode Object Storage services.

```hcl
data "linode_object_storage_endpoints" "test" {}
Expand Down

0 comments on commit a7ec7ab

Please sign in to comment.