Skip to content

Commit ff64e74

Browse files
feat: readme improvement (#14)
1 parent 8810a87 commit ff64e74

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ usage : |-
5656
Here is an example of how you can use this module in your inventory structure:
5757
```hcl
5858
module "log-analytics" {
59-
source = "clouddrove/log-analytics/azure"
60-
name = "app"
61-
environment = "test"
62-
label_order = ["name", "environment"]
63-
resource_group_name = module.resource_group.resource_group_name
64-
log_analytics_workspace_location = module.resource_group.resource_group_location
59+
source = "clouddrove/log-analytics/azure"
60+
name = "app"
61+
environment = "test"
62+
label_order = ["name", "environment"]
63+
resource_group_name = module.resource_group.resource_group_name
64+
log_analytics_workspace_location = module.resource_group.resource_group_location
6565
66-
#### diagnostic setting
67-
log_analytics_workspace_id = module.log-analytics.workspace_id
68-
}
69-
```
66+
#### diagnostic setting
67+
log_analytics_workspace_id = module.log-analytics.workspace_id
68+
}
69+
```

0 commit comments

Comments
 (0)