File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,36 @@ badges:
19
19
- name : " Terraform"
20
20
image : " https://img.shields.io/badge/Terraform-v1.1.7-green"
21
21
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"
22
25
- name : " Licence"
23
26
image : " https://img.shields.io/badge/License-APACHE-blue.svg"
24
27
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.
25
47
26
48
# description of this project
27
49
description : |-
28
50
Terraform module to create LOG-ANALYTICS resource on AZURE.
29
51
30
- # extra content
31
- include :
32
- - " terraform.md"
33
-
34
52
# How to use this project
35
53
# yamllint disable rule:line-length
36
54
usage : |-
You can’t perform that action at this time.
0 commit comments