-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |