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
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 "+1" or "me too" comments, 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
Terraform Version
1.5.2
AzureRM Provider Version
3.63
Affected Resource(s)/Data Source(s)
All Resources / Data Sources
Terraform Configuration Files
provider"azurerm" {
features {}
environment="China"
}
resource"azurerm_resource_group""test" {
name="test"location="China North 3"
}
Debug Output/Panic Output
╷
│ Error: unable to build authorizer forManaged HSM API: could not configure ClientSecret Authorizer: determining scope for "ManagedHSM": the endpoint "ManagedHSM" is not supportedin this Azure Environment
│
│ with provider["registry.terraform.io/hashicorp/azurerm"],
│ on providers.tf line 7, in provider "azurerm":
│ 7: provider "azurerm" {
│
╵
Operation failed: failed running terraform plan (exit 1)�
Expected Behaviour
Successful initialization of provider.
Actual Behaviour
Failure to plan with the 3.63 version when deploying to Azure China.
Steps to Reproduce
terraform plan
Important Factoids
Running in Azure China
References
No response
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.5.2
AzureRM Provider Version
3.63
Affected Resource(s)/Data Source(s)
All Resources / Data Sources
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Successful initialization of provider.
Actual Behaviour
Failure to plan with the 3.63 version when deploying to Azure China.
Steps to Reproduce
terraform plan
Important Factoids
Running in Azure China
References
No response
The text was updated successfully, but these errors were encountered: