Skip to content

Commit

Permalink
doc(object): markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia-Cross committed Dec 13, 2023
1 parent 0b6a382 commit a34ae95
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/resources/object_bucket_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ resource "scaleway_object_bucket_policy" "policy" {

### Example with an IAM application

#### Creating a bucket and delegating read access to an application:
#### Creating a bucket and delegating read access to an application

```hcl
# Project ID
data "scaleway_account_project" "default" {
Expand Down Expand Up @@ -108,7 +109,8 @@ resource "scaleway_object_bucket_policy" "policy" {
}
```

#### Reading the bucket with the application:
#### Reading the bucket with the application

```hcl
data "scaleway_iam_application" "reading-app" {
name = "reading-app"
Expand Down Expand Up @@ -212,7 +214,7 @@ resource "scaleway_object_bucket_policy" "policy" {
}
```

**NB:** To configure the AWS provider with Scaleway credentials, please visit this [tutorial](https://www.scaleway.com/en/docs/storage/object/api-cli/object-storage-aws-cli/).
**NB:** To configure the AWS provider with Scaleway credentials, please visit this [tutorial](https://www.scaleway.com/en/docs/storage/object/api-cli/object-storage-aws-cli/).

## Arguments Reference

Expand Down

0 comments on commit a34ae95

Please sign in to comment.