Skip to content

Commit 442b898

Browse files
committed
Making the users variable really optional
1 parent ffba446 commit 442b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ No requirements.
7979
| <a name="input_region"></a> [region](#input\_region) | Region where the resources will be created. | `string` | n/a | yes |
8080
| <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 |
8181
| <a name="input_groups"></a> [groups](#input\_groups) | List of group names for Terraform create, case create\_groups variable be true | `list(string)` | `[]` | no |
82-
| <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 |
82+
| <a name="input_users"></a> [users](#input\_users) | Map for Terraform create users. | `map(any)` | `{}` | no |
8383
<!-- END_TF_DOCS -->
8484

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

0 commit comments

Comments
 (0)