File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ usage : |-
56
56
Here is an example of how you can use this module in your inventory structure:
57
57
```hcl
58
58
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
65
65
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
+ ```
You can’t perform that action at this time.
0 commit comments