Skip to content

Commit

Permalink
Making the users variable really optional
Browse files Browse the repository at this point in the history
  • Loading branch information
evairmarinho committed Apr 4, 2021
1 parent ffba446 commit 442b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ No requirements.
| <a name="input_region"></a> [region](#input\_region) | Region where the resources will be created. | `string` | n/a | yes |
| <a name="input_create_groups"></a> [create\_groups](#input\_create\_groups) | Define if Terraform will create new\_groups based on variable groups. | `bool` | `false` | no |
| <a name="input_groups"></a> [groups](#input\_groups) | List of group names for Terraform create, case create\_groups variable be true | `list(string)` | `[]` | no |
| <a name="input_users"></a> [users](#input\_users) | Map for Terraform create users. | `map(any)` | <pre>{<br> "user1": {<br> "groups": [<br> "ADM",<br> "developers"<br> ],<br> "name": "test",<br> "path": "/"<br> }<br>}</pre> | no |
| <a name="input_users"></a> [users](#input\_users) | Map for Terraform create users. | `map(any)` | `{}` | no |
<!-- END_TF_DOCS -->

### This Terraform documentation was generated by [terraform-docs](https://github.com/terraform-docs/terraform-docs).
Expand Down

0 comments on commit 442b898

Please sign in to comment.