Skip to content

Commit

Permalink
Readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
dgniewek committed Jun 13, 2022
1 parent 6c753e4 commit d07c7e1
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# MODULE_NAME


> **Warning**:
> This is a template document. Remember to **remove** all text in _italics_ and **update** _REPO_NAME_ and _MODULE_NAME_ to the acual name of your GitHub repository/module!!!
![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white)
![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white)

![License](https://badgen.net/github/license/getindata/REPO_NAME/)
![Release](https://badgen.net/github/release/getindata/REPO_NAME/)

![GetInData](https://getindata.com/img/logo.svg)
<center><font size="8"><b>We help companies turn their data into assets</b></font></center>

_Brief Description of MODULE:_

* _What it does_
* _What techonlogies it uses_

## USAGE

_Example usage of the module - terraform code snippet_

```terraform
```

## EXAMPLES

* _List of links to example implementations in [example](https://github.com/getindata/terraform-module-template/blob/main/example) repo directory_

## NOTES

_Additional information that should be made public, for ex. how to solve known issues, additional descriptions/suggestions_

<!-- BEGIN_TF_DOCS -->

<!-- END_TF_DOCS -->

## CONTRIBUTING

Contributions are very welcomed!

Start by reviewing [contribution guide](CONTRIBUTING.md) and our [code of conduct](CODE_OF_CONDUCT.md). After that, start coding and ship your changes by creating a new PR.

## LICENSE

Apache 2 Licensed. See [LICENSE](LICENSE) for full details.

## AUTHORS

<a href="https://github.com/getindata/REPO_NAME/graphs/contributors">
<img src="https://contrib.rocks/image?repo=getindata/REPO_NAME" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

0 comments on commit d07c7e1

Please sign in to comment.