Azure / terraform-azure-container-apps

A Terraform module to deploy a container app in Azure
https://github.com/Azure/terraform-azure-container-apps
35 stars 22 forks source link

Fix broken example `dapr` #42

Closed lonegunmanb closed 7 months ago

lonegunmanb commented 7 months ago

Describe your changes

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

Thanks for your cooperation!