Skip to content

Commit b6df9ea

Browse files
authored
fix:Added dependencies and badges in readme (#12)
1 parent 613b3df commit b6df9ea

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

README.yaml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,36 @@ badges:
1919
- name: "Terraform"
2020
image: "https://img.shields.io/badge/Terraform-v1.1.7-green"
2121
url: "https://www.terraform.io"
22+
- name: "tfsec"
23+
image: "https://github.com/clouddrove/terraform-azure-log-analytics/actions/workflows/tfsec.yml/badge.svg"
24+
url: "https://github.com/clouddrove/terraform-azure-log-analytics/actions/workflows/tfsec.yml"
2225
- name: "Licence"
2326
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
2427
url: "LICENSE.md"
28+
- name: "Changelog"
29+
image: "https://img.shields.io/badge/Changelog-blue"
30+
url: "CHANGELOG.md"
31+
32+
# Prerequesties to display
33+
prerequesties:
34+
- name: Terraform
35+
url: https://learn.hashicorp.com/terraform/getting-started/install.html
36+
version: ">= 1.7.8"
37+
38+
providers:
39+
- name: azure
40+
url: https://azure.microsoft.com/
41+
version: ">= 3.39.0"
42+
43+
module_dependencies:
44+
- name: Labels Module
45+
url: https://github.com/clouddrove/terraform-azure-labels
46+
description: Provides resource tagging.
2547

2648
# description of this project
2749
description: |-
2850
Terraform module to create LOG-ANALYTICS resource on AZURE.
2951
30-
# extra content
31-
include:
32-
- "terraform.md"
33-
3452
# How to use this project
3553
# yamllint disable rule:line-length
3654
usage: |-

0 commit comments

Comments
 (0)