-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_api_management in 2.7.0 fails with error "Certificate management for the default domain is not allowed" after update #6621
Comments
hi @kensykora , thanks for opening this issue. I could not reproduce this error with the code above. Could you try to apply this resource again to see whether this error still runs out? |
I experienced this exact same issue. I tried to downgrade but I had already transitioned from properties to named values. My APIM is totally unmanageable now. :( very disappointed. @yupwei68 the error comes when you simply make any change to the policy code. i had to
big oof... |
hi @markti ,thanks for your help. I can reproduce it now. This is a regression bug for |
This has been released in version 2.10.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.10.0"
}
# ... other configuration ... |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
As of 2.6.0 we had a config that looked like this:
When running
terraform apply
to this config after updating to azurerm 2.7.0, we get this errorWorkaround is to downgrade to 2.6.0. After forcing 2.7.0 to use 2.6.0, apply is successful.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_api_management
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
The text was updated successfully, but these errors were encountered: