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.61k stars 4.65k forks source link

v3.90 Cannot Register Providers Microsoft.DataFactory, Microsoft.SignalRService, Microsoft.AppConfiguration #24874

Open LouiseSimpson opened 9 months ago

LouiseSimpson commented 9 months ago

Is there an existing issue for this?

Community Note

Terraform Version

1.5.7

AzureRM Provider Version

3.90

Affected Resource(s)/Data Source(s)

azurerm_subscription

Terraform Configuration Files

##########################################################
# Create subscription
##########################################################
resource "azurerm_subscription" "this" {
  subscription_name = "sub-${local.long_name}"
  billing_scope_id  = data.azurerm_billing_enrollment_account_scope.this.id
  tags              = var.tags
  depends_on        = [random_pet.this]
}

Debug Output/Panic Output

Cannot register providers Microsoft.DataFactory, Microsoft.SignalRService, Microsoft.AppConfiguration

Expected Behaviour

Subscription created Works ok with azurerm v3.89

Actual Behaviour

providerError

Steps to Reproduce

terraform plan tried with skip_provider_registration flag - same error using azurerm v3.90

Important Factoids

No response

References

No response

rcskosir commented 9 months ago

@LouiseSimpson Thank you for taking the time to open this issue. Linking a related issue #24784 and PR #24645 for references.

EppO commented 9 months ago

3.92 is still affected by the issue (at least for Microsoft.SignalRService that I'm not even using)