Skip to content

Commit

Permalink
Merge pull request #9 from clouddrove/fix/readme
Browse files Browse the repository at this point in the history
Fix/readme
  • Loading branch information
d4kverma authored Sep 16, 2024
2 parents 37dc448 + fd950b3 commit cfb7763
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Run `make readme` to rebuild the `README.md`
#


# Name of this project
name: Terraform AZURE Monitor

Expand All @@ -16,9 +15,12 @@ github_repo: clouddrove/terraform-azure-monitor

# Badges to display
badges:
- name: "Terraform"
image: "https://img.shields.io/badge/Terraform-v1.1.7-green"
url: "https://www.terraform.io"
- name: "Latest Release"
image: "https://img.shields.io/github/release/clouddrove/terraform-azure-monitor.svg"
url: "https://github.com/clouddrove/terraform-azure-monitor/releases/latest"
- name: "tfsec"
image: "https://github.com/clouddrove/terraform-azure-monitor/actions/workflows/tfsec.yml/badge.svg"
url: "https://github.com/clouddrove/terraform-azure-monitor/actions/workflows/tfsec.yml"
- name: "Licence"
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
url: "LICENSE.md"
Expand Down Expand Up @@ -55,4 +57,4 @@ usage: |-
"privatelink.oms.opinsights.azure.com",
]
}
```
```
4 changes: 2 additions & 2 deletions examples/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ module "resource_group" {
##-----------------------------------------------------------------------------
module "vnet" {
source = "clouddrove/vnet/azure"
version = "1.0.3"
version = "1.0.4"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
address_space = "10.0.0.0/16"
address_spaces = ["10.0.0.0/16"]
}

##-----------------------------------------------------------------------------
Expand Down

0 comments on commit cfb7763

Please sign in to comment.