From 9c515e950b55113b3c4c51340d912f126b9941cd Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Sat, 4 Feb 2023 18:22:34 +0100 Subject: [PATCH] chores(doc): Add sections Authors & License to the readme file. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7f19b96..047d481 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,11 @@ module "my_instance" { | [state](#input_state) | State of the server. Default to 'started'. Possible values are: 'started', 'stopped' or 'standby'. | `string` | `"started"` | no | | [tags](#input_tags) | Tags associated with the server and dedicated ip address. | `list(any)` | `[]` | no | + +## Authors + +Module is maintained with help from [the community](https://github.com/scaleway-terraform-modules/terraform-scaleway-instance/graphs/contributors). + +## License + +Mozilla Public License 2.0 Licensed. See [LICENSE](https://github.com/scaleway-terraform-modules/.github/tree/master/LICENSE) for full details.