Skip to content

Commit

Permalink
Merge pull request #14 from mineiros-io/sameh-readme
Browse files Browse the repository at this point in the history
doc: fix readme
  • Loading branch information
mariux authored Nov 8, 2021
2 parents b76e556 + 408af88 commit fa4f8ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ See [variables.tf] and [examples/] for details and use-cases.

Each `iam` object accepts the following fields:

- **`members`**: **_(Required `list(string)`)_**
- **`members`**: _(Optional `set(string)`)_

Identities that will be granted the privilege in role. Each entry can have one of the following values:
- `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account.
Expand All @@ -198,7 +198,7 @@ See [variables.tf] and [examples/] for details and use-cases.

Default is `[]`.

- **`role`**: **_(Required `string`)_**
- **`role`**: _(Optional `string`)_

The role that should be applied. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.

Expand Down Expand Up @@ -232,7 +232,7 @@ See [variables.tf] and [examples/] for details and use-cases.

The role that should be applied.

- **`members`**: **_(Required `string`)_**
- **`members`**: _(Optional `set(string)`)_

Identities that will be granted the privilege in `role`.

Expand Down Expand Up @@ -387,4 +387,4 @@ Copyright © 2020-2021 [Mineiros GmbH][homepage]
[pull requests]: https://github.com/mineiros-io/terraform-google-service-account/pulls
[contribution guidelines]: https://github.com/mineiros-io/terraform-google-service-account/blob/main/CONTRIBUTING.md

<!-- markdown-link-check-enable -->
<!-- markdown-link-check-enable -->

0 comments on commit fa4f8ed

Please sign in to comment.