Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Jan 4, 2024
1 parent 10364cf commit 26a80d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Terraform Azure Blob Storage Module

[![Terraform CI](https://github.com/PashmakGuru/terraform-azure-blob-storage/actions/workflows/terraform-ci.yaml/badge.svg)](https://github.com/PashmakGuru/terraform-azure-blob-storage/actions/workflows/terraform-ci.yaml)

## Overview
This Terraform configuration is designed to facilitate the deployment and management of Azure Blob Storage resources. It offers an efficient way to create and manage storage accounts and containers in Azure.

Expand All @@ -17,3 +19,7 @@ This Terraform configuration is designed to facilitate the deployment and manage
## Example
For examples on how to use this configuration, refer to the [`example`](./example) directory.

## Workflows
| Name | Description |
|---|---|
| [terraform-ci.yaml](.github/workflows/terraform-ci.yaml) | A workflow for linting and auto-formatting Terraform code. Triggered by pushes to `main` and `dev` branches or on pull requests, it consists of two jobs: `tflint` for lint checks and `format` for code formatting and automated pull requests. |

0 comments on commit 26a80d1

Please sign in to comment.