From 442b898253f818043f886b22ebb4adc13f89fd12 Mon Sep 17 00:00:00 2001 From: Evair Marinho Date: Sun, 4 Apr 2021 19:13:30 -0300 Subject: [PATCH] Making the users variable really optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f30b877..c13bd62 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ No requirements. | [region](#input\_region) | Region where the resources will be created. | `string` | n/a | yes | | [create\_groups](#input\_create\_groups) | Define if Terraform will create new\_groups based on variable groups. | `bool` | `false` | no | | [groups](#input\_groups) | List of group names for Terraform create, case create\_groups variable be true | `list(string)` | `[]` | no | -| [users](#input\_users) | Map for Terraform create users. | `map(any)` |
{
"user1": {
"groups": [
"ADM",
"developers"
],
"name": "test",
"path": "/"
}
}
| no | +| [users](#input\_users) | Map for Terraform create users. | `map(any)` | `{}` | no | ### This Terraform documentation was generated by [terraform-docs](https://github.com/terraform-docs/terraform-docs).