terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

Terraform provider for Azure Resource Manager

Results 894 terraform-provider-azurerm issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

bug
service/event-hubs

Adds user data to VMSS azurerm_orchestrated_virtual_machine_scale_set resource, the VMSS API requires this value to be base64 encoded hence the schema validation

documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

bug
good first issue
service/databricks

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

enhancement
service/virtual-desktops

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
service/roles

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

This one would solve #18337 It changed the plan time from over 2 minutes to less than 40 seconds fot the sample case ```hcl terraform { } provider "azurerm" {...

waiting-response
service/policy

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...

* The original behavior was set `vnet_solution` to `VNetSolutionTypePrivateLink`. Now it's changed to `null` by service team's request. * All related tests are passing. ``` --- PASS: TestAccServiceConnectorAppServiceCosmosdb_basic (978.20s) ---...

waiting-response
service/app-service

This adds a new resource that allows us to manage the `CIDRs/IPs` in an existing `IP Group` ## Example Usage ```hcl resource "azurerm_resource_group" "example" { name = "test-rg" location =...

documentation
waiting-response
size/XL