terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
Terraform provider for Azure Resource Manager
### 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/)...
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
### 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/)...
### 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/)...
### 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...
### 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" {...
### 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) ---...
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 =...