As #41 described, we've created duplicated log analytics workspace in example/dapr, but somehow the main branch could pass the e2e test but the same issue blocked #38. This pr fixed this issue by setting var.log_analytics_workspace_name an optional variable, and pass var.log_analytics_workspace in example/dapr.
Issue number
000
Checklist before requesting a review
[ ] The pr title can be used to describe what this pr did in CHANGELOG.md file
Describe your changes
As #41 described, we've created duplicated log analytics workspace in
example/dapr
, but somehow themain
branch could pass the e2e test but the same issue blocked #38. This pr fixed this issue by settingvar.log_analytics_workspace_name
an optional variable, and passvar.log_analytics_workspace
inexample/dapr
.Issue number
000
Checklist before requesting a review
CHANGELOG.md
fileThanks for your cooperation!