Is there an existing issue for this?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
Problem:
In azurerm provider attribute resource_provider_registrations for option all there is no Microsoft.Communication.
|
func All() ResourceProviders { |
Expectation:
The Microsoft.Communication is registered when resource_provider_registrations is set to all
New or Affected Resource(s)/Data Source(s)
provider "azurerm"
Potential Terraform Configuration
provider "azurerm" {
subscription_id = var.subscr_id
resource_provider_registrations = "all"
}
# No longer needs
# resource "azurerm_resource_provider_registration" "this" {
# name = "Microsoft.Communication"
# }
References
No response
Is there an existing issue for this?
Community Note
Description
Problem:
In azurerm provider attribute resource_provider_registrations for option
allthere is noMicrosoft.Communication.terraform-provider-azurerm/internal/resourceproviders/required.go
Line 108 in a801690
Expectation:
The
Microsoft.Communicationis registered whenresource_provider_registrationsis set toallNew or Affected Resource(s)/Data Source(s)
provider "azurerm"
Potential Terraform Configuration
References
No response