Skip to content

Commit

Permalink
feat: readme improvement (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Sep 5, 2024
1 parent 8810a87 commit ff64e74
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ usage : |-
Here is an example of how you can use this module in your inventory structure:
```hcl
module "log-analytics" {
source = "clouddrove/log-analytics/azure"
name = "app"
environment = "test"
label_order = ["name", "environment"]
resource_group_name = module.resource_group.resource_group_name
log_analytics_workspace_location = module.resource_group.resource_group_location
source = "clouddrove/log-analytics/azure"
name = "app"
environment = "test"
label_order = ["name", "environment"]
resource_group_name = module.resource_group.resource_group_name
log_analytics_workspace_location = module.resource_group.resource_group_location
#### diagnostic setting
log_analytics_workspace_id = module.log-analytics.workspace_id
}
```
#### diagnostic setting
log_analytics_workspace_id = module.log-analytics.workspace_id
}
```

0 comments on commit ff64e74

Please sign in to comment.