Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown to pass on GitHub Validation Action #125

Merged
merged 1 commit into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)