Skip to content

Commit

Permalink
fix:Added dependencies and badges in readme (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj authored Sep 5, 2024
1 parent 613b3df commit b6df9ea
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,36 @@ badges:
- name: "Terraform"
image: "https://img.shields.io/badge/Terraform-v1.1.7-green"
url: "https://www.terraform.io"
- name: "tfsec"
image: "https://github.com/clouddrove/terraform-azure-log-analytics/actions/workflows/tfsec.yml/badge.svg"
url: "https://github.com/clouddrove/terraform-azure-log-analytics/actions/workflows/tfsec.yml"
- name: "Licence"
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
url: "LICENSE.md"
- name: "Changelog"
image: "https://img.shields.io/badge/Changelog-blue"
url: "CHANGELOG.md"

# Prerequesties to display
prerequesties:
- name: Terraform
url: https://learn.hashicorp.com/terraform/getting-started/install.html
version: ">= 1.7.8"

providers:
- name: azure
url: https://azure.microsoft.com/
version: ">= 3.39.0"

module_dependencies:
- name: Labels Module
url: https://github.com/clouddrove/terraform-azure-labels
description: Provides resource tagging.

# description of this project
description: |-
Terraform module to create LOG-ANALYTICS resource on AZURE.
# extra content
include:
- "terraform.md"

# How to use this project
# yamllint disable rule:line-length
usage: |-
Expand Down

0 comments on commit b6df9ea

Please sign in to comment.