hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.65k forks source link

Support for DigitalTwinChangeEvents in route sources in azurerm_iothub_route and azurerm_iothub #12036

Closed yothoon closed 2 years ago

yothoon commented 3 years ago

Community Note

Description

Hello,

IoT Hub now support new source of events in routes definition called DigitalTwinChangeEvents. Would be nice that azurerm provider also would support this.

New or Affected Resource(s)

Potential Terraform Configuration

resource "azurerm_iothub_route" "DigitalTwinChangeEvents" {
       resource_group_name = azurerm_resource_group.iothub-rg.name
       iothub_name         = azurerm_iothub.iothub.name
       condition           = "true"
       enabled             = true
       endpoint_names      = [
         "events",
       ]
       name                = "DeviceUpdate.DigitalTwinChanges"
       source              = "DigitalTwinChangeEvents"
}

References

Here you can find some reference in MS documentation:

github-actions[bot] commented 2 years ago

This functionality has been released in v3.30.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.