Skip to content

Commit

Permalink
docs(README): add description and table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia-l committed Apr 26, 2024
1 parent e8ad3d5 commit 53175e7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@
![](https://img.shields.io/github/last-commit/cgarcia-l/terraform-helm-release)
[![](https://img.shields.io/github/license/cgarcia-l/terraform-helm-release)](https://github.com/cgarcia-l/terraform-helm-release)

Terraform module to deploy Helm charts using the Helm provider.
## Table of Contents
- [Description](#description)
- [Providers](#providers)
- [Resources](#resources)
- [Inputs](#inputs)
- [Outputs](#outputs)
- [Requirements](#requirements)
- [Examples](#examples)
- [How to Contribute](#how-to-contribute)
- [Authors](#authors)
- [License](#license)

## Description

This repository contains a Terraform module for deploying Helm charts using the Helm provider. It's designed to be flexible and easy to use, allowing you to deploy a variety of applications with a single module. The module takes a map of applications as input, each with its own set of configuration options.

[//]: # (BEGIN_TF_DOCS)

Expand Down

0 comments on commit 53175e7

Please sign in to comment.