From cea901d11f4cddb9ff6eb8f2f0fe3a4e330625a9 Mon Sep 17 00:00:00 2001 From: Archit Chopra Date: Mon, 16 Sep 2024 16:45:40 +0530 Subject: [PATCH] fix readme.yaml format --- README.yaml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/README.yaml b/README.yaml index 3e649b8..4a23d56 100644 --- a/README.yaml +++ b/README.yaml @@ -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", - ] - } - ``` \ No newline at end of file + 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", + ] + } + ``` \ No newline at end of file