You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PSA-30969 Add correlation filter for performance. (#50)
PSA-30969 Add correlation filter for performance.
* Add attribute subscription_filter_type to select the filter type for all specified subscriptions
* Refactor to distinguish between subscription Name and subscription filter value
* Improve Docs
Please provide a brief description of the changes made in this pull request.
6
+
7
+
### Related Issue
8
+
9
+
If this pull request is related to an existing issue, please mention it here.
10
+
11
+
### Checklist
12
+
13
+
Please ensure that the following checklist is completed before submitting the pull request:
14
+
15
+
-[ ] Code has been tested locally and passes all tests. For more information about local testing, refer to [HowTo - Test locally](/docs/guides/howto-runintegrationtests.md).
16
+
-[ ] Documentation has been updated with `make tfdocs-generate`.
This repository contains a Terraform provider for managing NServiceBus Endpoints on Azure Service Bus. It tries to solves a specific issue, currently present when using the official Azure Resource Manager Provider, in conjunction with NServiceBus. The issue is described in detail [in this issue](https://github.com/hashicorp/terraform-provider-azurerm/issues/20718)
4
-
5
-
For additional information about provider development see the [Plugin Framework documentation](https://developer.hashicorp.com/terraform/plugin).
1
+
# Terraform Provider DG ServiceBus
2
+
3
+
This repository contains a Terraform provider for managing NServiceBus Endpoints on Azure Service Bus. It addresses a specific issue that arises when using the official Azure Resource Manager Provider in conjunction with NServiceBus. You can find more details about this issue [here](https://github.com/hashicorp/terraform-provider-azurerm/issues/20718).
4
+
5
+
For additional information about provider development, please refer to the [Plugin Framework documentation](https://developer.hashicorp.com/terraform/plugin).
6
+
7
+
You can find more documentation in the [docs](/docs/) folder. The documentation is structured as described [here](https://developer.hashicorp.com/terraform/registry/providers/docsa).
0 commit comments