Skip to content

Commit

Permalink
Merge pull request #10 from clouddrove/fix/readme
Browse files Browse the repository at this point in the history
fix readme.yaml format
  • Loading branch information
d4kverma authored Sep 16, 2024
2 parents cfb7763 + cea901d commit e5cbda3
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,24 @@ include:
# How to use this project
# yamllint disable rule:line-length
usage: |-
### Simple Example
Here is an example of how you can use this module in your inventory structure:
```hcl
module "key_vault" {
source = "clouddrove/monitor/azure"
name = "app"
environment = "test"
label_order = ["name", "environment"]
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
linked_resource_ids = [module.log-analytics.workspace_id]
subnet_id = module.subnet.default_subnet_id[0]
private_dns_zones_names = [
"privatelink.agentsvc.azure-automation.net",
"privatelink.blob.core.windows.net",
"privatelink.monitor.azure.com",
"privatelink.ods.opinsights.azure.com",
"privatelink.oms.opinsights.azure.com",
]
}
```
module "key_vault" {
source = "clouddrove/monitor/azure"
name = "app"
environment = "test"
label_order = ["name", "environment"]
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
linked_resource_ids = [module.log-analytics.workspace_id]
subnet_id = module.subnet.default_subnet_id[0]
private_dns_zones_names = [
"privatelink.agentsvc.azure-automation.net",
"privatelink.blob.core.windows.net",
"privatelink.monitor.azure.com",
"privatelink.ods.opinsights.azure.com",
"privatelink.oms.opinsights.azure.com",
]
}
```

0 comments on commit e5cbda3

Please sign in to comment.