Skip to content

Commit

Permalink
Fix markdown to pass on GitHub Validation Action (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
felladrin authored Jan 17, 2022
1 parent 357157a commit 10cf6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Inside `.devcontainer` folder is the configuration of a Docker Container with al

## Roadmap

See the [open issues](https://github.com/aminueza/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTION.md](./docs/github/CONTRIBUTING.md) for more information.
See the [open issues](https://github.com/aminueza/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.

## License

Expand Down
12 changes: 2 additions & 10 deletions docs/data-sources/iam_policy_document.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
page_title: "minio_iam_policy_document Data Source - terraform-provider-minio"
subcategory: ""
description: |-
---

# minio_iam_policy_document (Data Source)



## Example Usage

```terraform
Expand Down Expand Up @@ -59,7 +56,6 @@ resource "minio_iam_policy" "test_policy" {
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Optional
Expand All @@ -68,32 +64,28 @@ resource "minio_iam_policy" "test_policy" {
- **override_json** (String)
- **policy_id** (String)
- **source_json** (String)
- **statement** (Block List) (see [below for nested schema](#nestedblock--statement))
- **statement** (Block List) (see [below for nested schema](#nested-schema-for-statement))
- **version** (String)

### Read-Only

- **json** (String)

<a id="nestedblock--statement"></a>
### Nested Schema for `statement`

Optional:

- **actions** (Set of String)
- **condition** (Block Set) (see [below for nested schema](#nestedblock--statement--condition))
- **condition** (Block Set) (see [below for nested schema](#nested-schema-for-statementcondition))
- **effect** (String)
- **principal** (String)
- **resources** (Set of String)
- **sid** (String)

<a id="nestedblock--statement--condition"></a>
### Nested Schema for `statement.condition`

Required:

- **test** (String)
- **values** (Set of String)
- **variable** (String)


0 comments on commit 10cf6f5

Please sign in to comment.