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.58k stars 4.62k forks source link

Support for AzureServiceTags UDR Routes #13395

Closed chris87-concat closed 1 year ago

chris87-concat commented 3 years ago

Microsoft Announced by PublicPreview from march 2021 the functionality to use Azure ServiceTags in the user defined routes. I have a problem otherwise that the limit from 400 routes per route table reached.

https://azure.microsoft.com/de-de/updates/public-preview-service-tags-for-user-defined-routing/

Please vote the features request for the next azurerm_provider version.

Thanks a lot of.

georgy-varghese commented 2 years ago

Looks like address_prefix accepts string. I tried using it and seems to work.

  + resource "azurerm_route" "routes" {
      + address_prefix       = "ApiManagement"
      + id                   = (known after apply)
      + name                 = "ControlPlane"
      + next_hop_type        = "Internet"
      + resource_group_name  = "resourcegroup"
      + route_table_name     = "routetbl"
    }
bubbletroubles commented 2 years ago

This PR is to update the doco - https://github.com/hashicorp/terraform-provider-azurerm/pull/16466

rcskosir commented 1 year ago

Thanks for taking the time to submit this issue. It looks like this has been resolved as of #16466. As such, I am going to mark this issue as closed.

github-actions[bot] commented 4 months 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.