You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we noticed there might be a bug in using AzureRM module to create both storage accounts with PE and network acl && containers in GH hashicorp/terraform-provider-azurerm#27607, my customers need further assistance to achieve the same scenario by using azapi. As of now, it keeps prompting the following exceptions:
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/azapi: provider registry
registry.terraform.io
does not have
│ a provider named
registry.terraform.io/hashicorp/azapi
│
│ Did you intend to use azure/azapi? If so, you must specify that source address in each module which requires that provider. To see
│ which modules are currently depending on hashicorp/azapi, run the following command:
│ terraform providers
It will be appreciated if you could help to mitigate the issue above.
The text was updated successfully, but these errors were encountered:
@ms-henglu - The config has been used in the code but still caused the issue. Its just my customer is using v1.15.0. Is there any issue with 1.15.0? Cos 2.0.0 is currently in beta which is not allowed to be used in my customer environment.
As we noticed there might be a bug in using AzureRM module to create both storage accounts with PE and network acl && containers in GH hashicorp/terraform-provider-azurerm#27607, my customers need further assistance to achieve the same scenario by using azapi. As of now, it keeps prompting the following exceptions:
Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/azapi: provider registry
registry.terraform.io
does not have
│ a provider named
registry.terraform.io/hashicorp/azapi
│
│ Did you intend to use azure/azapi? If so, you must specify that source address in each module which requires that provider. To see
│ which modules are currently depending on hashicorp/azapi, run the following command:
│ terraform providers
It will be appreciated if you could help to mitigate the issue above.
The text was updated successfully, but these errors were encountered: